2022-01-21 08:28:41 +00:00
|
|
|
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
2022-06-08 10:36:39 +00:00
|
|
|
exports.async = exports.asyncScheduler = void 0;
|
2022-01-21 08:28:41 +00:00
|
|
|
var AsyncAction_1 = require("./AsyncAction");
|
|
|
|
var AsyncScheduler_1 = require("./AsyncScheduler");
|
|
|
|
exports.asyncScheduler = new AsyncScheduler_1.AsyncScheduler(AsyncAction_1.AsyncAction);
|
|
|
|
exports.async = exports.asyncScheduler;
|
|
|
|
//# sourceMappingURL=async.js.map
|