UNPKG

374 BTypeScriptView Raw
1import { Scheduler } from '../Scheduler';
2import { Action } from './Action';
3import { AsyncAction } from './AsyncAction';
4export declare class AsyncScheduler extends Scheduler {
5 actions: Array<AsyncAction<any>>;
6 constructor(SchedulerAction: typeof Action, now?: () => number);
7 flush(action: AsyncAction<any>): void;
8}
9//# sourceMappingURL=AsyncScheduler.d.ts.map
\No newline at end of file