workerpool v6.3.0 Release Notes
Release Date: 2022-10-24 // almost 2 years ago-
- 👷 Implement option
workerThreadOpts
to pass options to a worker of typethread
, aworker_thread
(#357, fixes #356). Thanks @galElmalah.
- 👷 Implement option
Previous changes from v6.2.1
-
- 🛠 Fix #343:
.terminate()
sometimes throwing an exception.
- 🛠 Fix #343: