poolifier
Advanced tools
Changelog
[2.6.8] - 2023-07-03
Changelog
[2.6.7] - 2023-07-03
utilization
ratio to pool information.version
to pool information.Changelog
[2.6.6] - 2023-07-01
availableParallelism()
to help sizing the pool.Changelog
[2.6.5] - 2023-06-27
destroy()
gracefully shutdowns worker's server.MessageChannel
internal usage for IPC.Changelog
[2.6.4] - 2023-06-27
destroy()
gracefully shutdowns worker's server.MessageChannel
internal usage for IPC.Changelog
[2.6.3] - 2023-06-19
Changelog
[2.6.2] - 2023-06-12
Changelog
[2.6.0] - 2023-06-09
LEAST_ELU
worker choice strategy (experimental).FAIR_SHARE
worker choice strategy.info
property object fields have been renamed.LEAST_BUSY
accounts also tasks wait time.LEAST_USED
accounts also queued tasks.Changelog
[2.5.4] - 2023-06-07
worker_threads
options to thread pool options.LEAST_BUSY
strategy only relies on task runtime.