From: Alessandro Pio Ardizio Date: Sun, 19 Jan 2020 16:24:08 +0000 (+0100) Subject: Update README.MD X-Git-Tag: v0.0.1~31^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=e7752b742dd463f8a525d1de7b8dbb0b73963cec;p=poolifier.git Update README.MD --- diff --git a/README.MD b/README.MD index bdbf18a8..d7b5bd32 100644 --- a/README.MD +++ b/README.MD @@ -1,6 +1,7 @@ # 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) +[![Actions Status](https://github.com/pioardi/node-pool/workflows/NodeCI/badge.svg)](https://github.com/pioardi/node-pool/actions) 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 .