Opal-Estate-Pro/node_modules/rxjs/scheduler/AsapScheduler.d.ts
2019-09-13 11:27:52 +07:00

6 lines
202 B
TypeScript
Executable File

import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export declare class AsapScheduler extends AsyncScheduler {
flush(action?: AsyncAction<any>): void;
}