From: Jérôme Benoit Date: Tue, 22 Aug 2023 18:39:32 +0000 (+0200) Subject: docs: refine README.md X-Git-Tag: v2.6.32~13 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=84de2e11c47b9c9c12f3b0ab6de4a0485374d0ef;p=poolifier.git docs: refine README.md Signed-off-by: Jérôme Benoit --- diff --git a/README.md b/README.md index d104bd52..e80193ec 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Please consult our [general guidelines](#general-guidelines). - Support for multiple task functions :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: - General guidelines on pool choice :white_check_mark: - Error handling out of the box :white_check_mark: - Widely tested :white_check_mark: