Your IP : 216.73.216.74


Current Path : /usr/local/lib/node_modules/@google/gemini-cli/node_modules/atomically/dist/utils/
Upload File :
Current File : //usr/local/lib/node_modules/@google/gemini-cli/node_modules/atomically/dist/utils/scheduler.d.ts

import type { Disposer } from '../types';
declare const Scheduler: {
    next: (id: string) => void;
    schedule: (id: string) => Promise<Disposer>;
};
export default Scheduler;