Concurrent.js 0.6.0

At the highest level of its design, Concurrent.js is a dynamic module importer like require and import. But instead of loading a module into the main thread, it loads the module into a worker. It injects the concurrency behavior into imported functions and classes so they can be used as usual. Concurrent.js works on web browsers, Node.js, and Deno.
Tags | parallel-computing multithreading greenthreads reactive-programming |
---|---|
License | MITL |
State | beta |