From b4b2dc8b5e88f7bfb603621aeff208c92ee66f1d Mon Sep 17 00:00:00 2001 From: aardizio Date: Sun, 19 Jan 2020 16:57:39 +0100 Subject: [PATCH] Standard style badge --- README.MD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 ).
-- 2.34.1