aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm5/internal/Scheduler.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/rxjs/dist/esm5/internal/Scheduler.js')
-rw-r--r--node_modules/rxjs/dist/esm5/internal/Scheduler.js16
1 files changed, 16 insertions, 0 deletions
diff --git a/node_modules/rxjs/dist/esm5/internal/Scheduler.js b/node_modules/rxjs/dist/esm5/internal/Scheduler.js
new file mode 100644
index 0000000..4c7d5ed
--- /dev/null
+++ b/node_modules/rxjs/dist/esm5/internal/Scheduler.js
@@ -0,0 +1,16 @@
+import { dateTimestampProvider } from './scheduler/dateTimestampProvider';
+var Scheduler = (function () {
+ function Scheduler(schedulerActionCtor, now) {
+ if (now === void 0) { now = Scheduler.now; }
+ this.schedulerActionCtor = schedulerActionCtor;
+ this.now = now;
+ }
+ Scheduler.prototype.schedule = function (work, delay, state) {
+ if (delay === void 0) { delay = 0; }
+ return new this.schedulerActionCtor(this, work).schedule(state, delay);
+ };
+ Scheduler.now = dateTimestampProvider.now;
+ return Scheduler;
+}());
+export { Scheduler };
+//# sourceMappingURL=Scheduler.js.map \ No newline at end of file
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage