Files
pyrofetes-frontend/node_modules/rxjs/dist/esm/internal/scheduler/async.js
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

5 lines
229 B
JavaScript

import { AsyncAction } from './AsyncAction';
import { AsyncScheduler } from './AsyncScheduler';
export const asyncScheduler = new AsyncScheduler(AsyncAction);
export const async = asyncScheduler;
//# sourceMappingURL=async.js.map