From fcc48988df7e2610e531d1c0b8dbb471c7ecf3c8 Mon Sep 17 00:00:00 2001 From: Alessandro Pio Ardizio Date: Sun, 26 Jan 2020 16:40:19 +0100 Subject: [PATCH] Update README.MD --- README.MD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index a2d4aa72..636c3d56 100644 --- a/README.MD +++ b/README.MD @@ -9,8 +9,9 @@ )

Why Poolifier?

-Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements a thread pool using worker-threads . -With poolifier you can improve your performance and resolve problems related to the event loop.
+Poolifier is used to perform heavy CPU bound tasks on nodejs servers, it implements a thread pool using worker-threads .
+With poolifier you can improve your performance and resolve problems related to the event loop.
+Moreover you can execute your CPU tasks using an API designed to improve the developer experience. -- 2.34.1