RxJS Async Module
The Reactive Extensions for JavaScript provides support for bridging to events, promises, callbacks, Node.js-style callbacks and more. This module includes all of that functionality. In addition, this also supports taking ordinary functions and turning them into asynchronous functions via Observable sequences.
This comes with both rx.async.js
which is for use in modern development environments such as > IE9 and server-side environments such as Node.js. We also have rx.async.compat.js
which has backwards compatibility to browsers which do not support all required ES5 features.
Details
Files:
NPM Packages:
NuGet Packages:
File Dependencies:
NuGet Dependencies: