async.js 183 B

1234
  1. import { AsyncAction } from './AsyncAction';
  2. import { AsyncScheduler } from './AsyncScheduler';
  3. export const async = new AsyncScheduler(AsyncAction);
  4. //# sourceMappingURL=async.js.map