async.ts 151 Bytes
import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';

export const async = new AsyncScheduler(AsyncAction);