X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=README.md;h=0f5d8b6f6a7c56e0bae47be42a4db856cc7017b4;hb=4b83ce37863710053ba07b2f15577bf4db4754d7;hp=5ef4138540626b3bc523fbfa9e2277fedbc2d91a;hpb=a36b9e1ffde1c9a352156760f00333a747226650;p=poolifier.git 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: