summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-19 05:36:28 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-19 05:36:28 +0200
commit5a29774fa29c03535b6df8b6ba90733f235ddb9d (patch)
tree2ffdd7c1313a9757832c1e889b42945d3263226c /README
parent18c419ffb4e750c3c9ea8570cf18f3099267b1bb (diff)
downloadkit-5a29774fa29c03535b6df8b6ba90733f235ddb9d.zip
Update README
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
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.