From: Jérôme Benoit Date: Thu, 21 Sep 2023 19:32:43 +0000 (+0200) Subject: docs: refine README.md X-Git-Tag: v2.7.2~17 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9e2f405b227a960a222a86ae0363143b2d1df0c2;p=poolifier.git docs: refine README.md Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index 5ef41385..0f5d8b6f 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ Please consult our [general guidelines](#general-guidelines). - Support for CommonJS, ESM, and TypeScript :white_check_mark: - Support for [worker_threads](https://nodejs.org/api/worker_threads.html) and [cluster](https://nodejs.org/api/cluster.html) Node.js modules :white_check_mark: - Support for multiple task functions :white_check_mark: +- Support for task functions CRUD operations at runtime :white_check_mark: - Support for sync and async task functions :white_check_mark: - Tasks distribution strategies :white_check_mark: - Lockless tasks queueing :white_check_mark: