X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=ed9df457b3f6227465ece3458a7e5342a0d2adf8;hb=0289646090c766a451aab11e7ab67a65f07221e4;hp=c62ecae1b0377aa3b307ddcf48eb96fc414df457;hpb=31b90205b39d7a578ef4dd2c78cbb73e4f2c8243;p=poolifier.git diff --git a/README.md b/README.md index c62ecae1..ed9df457 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

Node Thread Pool :arrow_double_up: :on:

@@ -132,10 +132,12 @@ pool.execute({}).then(res => { ``` -You can do the same with the class ClusterWorker. +You can do the same with the classes ClusterWorker, FixedClusterPool and DynamicClusterPool. -**See examples folder for more details (in particular if you want to use a pool for [multiple functions](./examples/multiFunctionExample.js)).** -**Now TypeScript is also supported, find how to use it into the example folder** +**See examples folder for more details (in particular if you want to use a pool for [multiple functions](./examples/multiFunctionExample.js)).** +**Now TypeScript is also supported, find how to use it into the example folder**. + +Remember that workers can only send and receive serializable data. ## Node versions