From 5a29774fa29c03535b6df8b6ba90733f235ddb9d Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 19 Sep 2023 05:36:28 +0200 Subject: Update README --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 56185ae..5d5a7a9 100644 --- a/README +++ b/README @@ -20,6 +20,7 @@ Features - Threads - Filesystem - File mapping and shared memory + - Shared mutex for interprocess synchronization - Sockets wrapper - Misc - Input buffer @@ -34,7 +35,7 @@ Preprocessor options - KIT_ENABLE_CUSTOM_ALLOC_DISPATCH - Enable custom allocation dispatch. - KIT_ENABLE_CUSTOM_ASYNC_FUNCTION_DISPATCH - Enable custom async function dispatch. -Condition variables, mutual exclusion and threads implementation was forked from Mesa source code. +C11 threads implementation was forked from the Mesa source code. * https://gitlab.freedesktop.org/mesa/mesa Folder "/include" contains single header-only version of this library. -- cgit v1.2.3