hugoWebsite/node_modules/rxjs/dist/esm/internal/scheduler/asap.js

5 lines
219 B
JavaScript
Raw Normal View History

2022-10-29 00:20:35 +02:00
import { AsapAction } from './AsapAction';
import { AsapScheduler } from './AsapScheduler';
export const asapScheduler = new AsapScheduler(AsapAction);
export const asap = asapScheduler;
//# sourceMappingURL=asap.js.map