First public beta of v1.0 tagged as latest
. v1.0 is a complete rewrite of the library.
Features
- Implement
spawn
- Implement
Worker
- Implement
Thread.*
utils - Implement
expose
- Implement platform: node 12
worker_threads
- Implement platform: node < 12 via
tiny-worker
- Implement platform: web (browsers)
- Implement transferable object support
- Implement
Pool
- Add tests for usage with webpack
- Implement cancelling pool tasks
- Provide a convenient way to stream results
- Finish documentation