Sign in
apache
/
incubator-resilientdb-ResContract
/
a38804e78a872ef90e5cbab1c702c7554a393c9b
/
.
/
node_modules
/
rxjs
/
dist
/
esm5
/
internal
/
scheduler
/
async.js
blob: a045d4396af3af3d689e71f72270dadcf9c3ea7d [
file
] [
log
] [
blame
]
import
{
AsyncAction
}
from
'./AsyncAction'
;
import
{
AsyncScheduler
}
from
'./AsyncScheduler'
;
export
var
asyncScheduler
=
new
AsyncScheduler
(
AsyncAction
);
export
var
async
=
asyncScheduler
;
//# sourceMappingURL=async.js.map