diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-05 11:31:53 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-05 11:31:53 +0200 |
commit | 3cf844d8637ec31bbbba2997c106330991d67528 (patch) | |
tree | a488beaf9bd7144d15e367bbaf50c49723ce93e1 /README | |
parent | dea35ce434458925349a30cedb6a4dc3b9064a61 (diff) | |
download | kit-3cf844d8637ec31bbbba2997c106330991d67528.zip |
Update docs
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -24,10 +24,12 @@ Features - Async functions (coroutines) Preprocessor options -- KIT_DISABLE_SHORT_NAMES - Disable short names for functions and types. -- KIT_DISABLE_SYSTEM_MALLOC - Disable system memory allocation functions. -- KIT_DISABLE_SYSTEM_THREADS - Disable system multithreading functions. -- KIT_DISABLE_SYSTEM_SOCKETS - Disable system socket library. +- KIT_DISABLE_SHORT_NAMES - Disable short names for functions and types. +- KIT_DISABLE_SYSTEM_MALLOC - Disable system memory allocation functions. +- KIT_DISABLE_SYSTEM_THREADS - Disable system multithreading functions. +- KIT_DISABLE_SYSTEM_SOCKETS - Disable system socket library. +- 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. * https://gitlab.freedesktop.org/mesa/mesa |