From: aardizio Date: Sun, 19 Jan 2020 15:57:39 +0000 (+0100) Subject: Standard style badge X-Git-Tag: v0.0.1~40 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b4b2dc8b5e88f7bfb603621aeff208c92ee66f1d;hp=13031992e5945fe2aef38696c984d8fe30d4db5a;p=poolifier.git Standard style badge --- diff --git a/README.MD b/README.MD index c1733618..819f47ce 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) + + 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 .
-The second implementation is a dynamic thread pool with a number of threads started at creation time and other threads created when the load will increase ( with an upper limit )
- +The second implementation is a dynamic thread pool with a number of threads started at creation time and other threads created when the load will increase ( with an upper limit ).