From: aardizio Date: Sun, 19 Jan 2020 16:02:48 +0000 (+0100) Subject: Dependabot enabled badge X-Git-Tag: v0.0.1~39 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=103df814ebcb0f8add7411aec259c76e68545690;p=poolifier.git Dependabot enabled badge --- diff --git a/README.MD b/README.MD index 819f47ce..b57d650f 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,8 @@ # 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) +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 .