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

Node Thread Pool :arrow_double_up: :on:

@@ -137,6 +137,8 @@ You can do the same with the classes ClusterWorker, FixedClusterPool and Dynamic **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 You can use node versions 12.x, 13.x, 14.x