workerpool
Advanced tools
Changelog
2024-10-11, version 9.2.0
Promise.finally()
on the custom promise class (#388).
Thanks @joshLong145 and @wmertens.vite
example not working (#461). Thanks @datashaman.Changelog
unpublished changes since version 9.1.3
Promise.finally()
on the custom promise class (#388).
Thanks @joshLong145 and @wmertens.vite
example not working (#461). Thanks @datashaman.Changelog
2024-06-04, version 9.1.2
Changelog
2024-04-06, version 9.1.1
Changelog
2024-01-18, version 9.1.0
Changelog
2023-12-22, version 9.0.4
Changelog
2023-12-20, version 9.0.3
Changelog
2023-12-19, version 9.0.2
Proxy
type (see #417). Thanks @tamuratak.Promise
type definition (see #417). Thanks @tamuratak.Changelog
2023-12-18, version 9.0.1
Pool
, WorkerPoolOptions
, and WorkerRegisterOptions
,
see #416. Thanks @joshkel.Changelog
2023-12-18, version 9.0.0
BREAKING CHANGE: the library now comes with TypeScript type definitions
included. There may be minor differences between the new, embedded type
definitions and the implementation from @types/workerpool
that was needed
before. For example, type WorkerPool
is called type Pool
now.