nanothreads
nanothreads copied to clipboard
A tiny multi-threading & concurrency library, for Node.js and the browser
Results
2
nanothreads issues
Sort by
recently updated
recently updated
newest added
Thanks for this library! Performance has been very impressive so far. I've only really noticed one major shortcoming that's available in most other multithreading/worker pool packages. It would be extremely...
People will want to be able to use functions from outside the context of an inlineThread ```ts import { InlineThread } from 'nanothreads' import _ from 'lodash' export function randomQuestion():...