Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/rxjs/dist/esm5/internal/operators/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/rxjs/dist/esm5/internal/operators/delay.js |
import { asyncScheduler } from '../scheduler/async'; import { delayWhen } from './delayWhen'; import { timer } from '../observable/timer'; export function delay(due, scheduler) { if (scheduler === void 0) { scheduler = asyncScheduler; } var duration = timer(due, scheduler); return delayWhen(function () { return duration; }); } //# sourceMappingURL=delay.js.map