diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-19 05:36:28 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-19 05:36:28 +0200 |
commit | 5a29774fa29c03535b6df8b6ba90733f235ddb9d (patch) | |
tree | 2ffdd7c1313a9757832c1e889b42945d3263226c /README | |
parent | 18c419ffb4e750c3c9ea8570cf18f3099267b1bb (diff) | |
download | kit-5a29774fa29c03535b6df8b6ba90733f235ddb9d.zip |
Update README
Diffstat (limited to 'README')
-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. |