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: over 3 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,067 |
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,297 |
ampproject/worker-dom | A library that enables complex DOM mutations to be performed in a background thread. | 3,214 |
googlechromelabs/comlink | Library to simplify communication between threads in web applications | 11,413 |
caolan/async | Utilities for working with asynchronous JavaScript code | 28,191 |
piscinajs/piscina | A fast and efficient worker thread pool implementation for Node.js | 4,361 |
googlechromelabs/webpack-libs-optimizations | Optimization techniques for reducing bundle size when using libraries in Webpack projects | 3,366 |
walkor/workerman | A framework for building fast and scalable network applications using asynchronous event-driven programming in PHP. | 11,167 |
stephencleary/asyncex | A helper library for asynchronous programming in C# | 3,519 |
developit/mitt | A tiny, functional event emitter / pubsub system | 10,851 |
tj/co | Provides a simple and efficient way to write non-blocking code using promises in JavaScript | 11,880 |
koajs/koa | Expressive HTTP middleware framework for building web applications and APIs in Node.js | 35,226 |
asynchttpclient/async-http-client | An asynchronous HTTP and WebSocket client library for Java applications | 6,292 |
pinterest/gestalt | A comprehensive React UI component library supporting Pinterest's design language and guidelines. | 4,246 |