X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.MD;h=d7b5bd329e3b737e74792451952f79eefa9cc000;hb=44703dc2137a5831a13fcc8254103dc1cd2e202f;hp=bdbf18a818d28193465ca99a558cc097f149375f;hpb=2899629e79cdce584d3c46d6021798eeb85dad9e;p=poolifier.git 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 .