- more threading things

TODO: documentation
This commit is contained in:
2025-12-19 20:58:19 -05:00
parent 88e33bdcc8
commit 9f499c933d
12 changed files with 264 additions and 53 deletions

View File

@@ -302,6 +302,8 @@ add_subdirectory(test)
add_library(fennec STATIC
${FENNEC_SOURCES}
include/fennec/threading/mutex.h
include/fennec/threading/lock_guard.h
)