async.js 225 B

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