UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

5 lines (3 loc) 151 B
import { AsyncAction } from './AsyncAction'; import { AsyncScheduler } from './AsyncScheduler'; export const async = new AsyncScheduler(AsyncAction);