sync-threads
sync-threads copied to clipboard
Perform async work synchronously in Node.js using worker threads
Results
2
sync-threads issues
Sort by
recently updated
recently updated
newest added
I'm developing a similar util module inspired by this package and [`esbuild`](https://github.com/evanw/esbuild/blob/master/lib/npm/node.ts#L469). It is mainly using the structure from `esbuild` now with `MessageChannel`, and I run a benchmark https://github.com/rx-ts/synckit/blob/main/benchmarks/benchmark.txt, it...
Hi @mhart, I found a bug in the library and got a bit carried away when fixing it, this PR contains the following (each in their own commit, so can...