X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.MD;h=bdbf18a818d28193465ca99a558cc097f149375f;hb=973cde2683aa90c540748e68ed4f707c8ca33e40;hp=819f47ce335fcee7979f37b489bd741f44a0734c;hpb=b4b2dc8b5e88f7bfb603621aeff208c92ee66f1d;p=poolifier.git diff --git a/README.MD b/README.MD index 819f47ce..bdbf18a8 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,6 @@ # Node Pool :arrow_double_up: :on: [![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard) - +[![Dependabot](https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot)](https://badgen.net/dependabot/dependabot/dependabot-core/?icon=dependabot) Node pool contains two worker-threads pool implementations.
The first implementation is a static thread pool , with a defined number of threads that are started at creation time .