AsapScheduler.d.ts 202 Bytes Raw Blame History Permalink 1 2 3 4 5 import { AsyncAction } from './AsyncAction'; import { AsyncScheduler } from './AsyncScheduler'; export declare class AsapScheduler extends AsyncScheduler { flush(action?: AsyncAction<any>): void; }