diff options
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |