greenlet
Async wrapper
A utility that moves an async function into its own isolated execution context
🦎 Move an async function into its own thread.
5k stars
44 watching
100 forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 1 awesome list
threadweb-workerwebworkerworkerworkerize
Related projects:
Repository | Description | Stars |
---|---|---|
developit/workerize | Enables asynchronous execution of JavaScript functions within a Web Worker. | 4,352 |
andywer/threads.js | A library that simplifies multithreading in Node.js and browsers by providing a unified API for worker threads | 3,082 |
audreyt/node-webworker-threads | Provides an API to run long-running tasks outside the main thread of a Node.js process, using native threads for parallel execution. | 2,296 |
ampproject/worker-dom | A library that enables complex DOM mutations to be performed in a background thread. | 3,218 |
googlechromelabs/comlink | Library to simplify communication between threads in web applications | 11,493 |
caolan/async | Utilities for working with asynchronous JavaScript code | 28,208 |
piscinajs/piscina | A fast and efficient worker thread pool implementation for Node.js | 4,437 |
googlechromelabs/webpack-libs-optimizations | Optimization techniques for reducing bundle size when using libraries in Webpack projects | 3,362 |
walkor/workerman | A framework for building fast and scalable network applications using asynchronous event-driven programming in PHP. | 11,207 |
stephencleary/asyncex | A helper library for asynchronous programming in C# | 3,540 |
developit/mitt | A tiny, functional event emitter / pubsub system | 10,947 |
tj/co | Provides a simple and efficient way to write non-blocking code using promises in JavaScript | 11,895 |
koajs/koa | Expressive HTTP middleware framework for building web applications and APIs in Node.js | 35,268 |
asynchttpclient/async-http-client | An asynchronous HTTP client library for Java applications | 6,301 |
pinterest/gestalt | A comprehensive React UI component library supporting Pinterest's design language and guidelines. | 4,255 |