repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
920056d
)
Update CHANGELOG.md (#178)
author
Shinigami
<chrissi92@hotmail.de>
Wed, 17 Feb 2021 11:19:28 +0000
(12:19 +0100)
committer
GitHub
<noreply@github.com>
Wed, 17 Feb 2021 11:19:28 +0000
(12:19 +0100)
CHANGELOG.md
patch
|
blob
|
blame
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index 5b83b178e127ff520962f1c0eb8ec2bc6e7a6e40..2c5ed46d1031f218631f74250a0d65ed2a34a63f 100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-38,10
+38,10
@@
const { DynamicThreadPool } = require('poolifier')
For cluster and thread pools, you can now only send and receive serializable `JSON` data.
_This is not a limitation by poolifier but NodeJS._
-#### Public
methods removed
+#### Public
property replacements
-`numWorkers`
method removed
-`nextWorker`
method removed
+`numWorkers`
property is now `numberOfWorkers`
+`nextWorker`
property is now `nextWorkerIndex`
#### Internal (protected) properties and methods renaming