- testing for current threading structures

This commit is contained in:
2025-12-20 17:35:54 -05:00
parent 9f499c933d
commit 1f6637408d
14 changed files with 360 additions and 44 deletions

View File

@@ -248,6 +248,9 @@ fennec_add_sources(
# threading ============================================================================================================
include/fennec/threading/atomic.h
include/fennec/threading/lock_guard.h
include/fennec/threading/mpscq.h
include/fennec/threading/mutex.h
include/fennec/threading/thread.h
include/fennec/threading/detail/_thread.h
@@ -302,8 +305,6 @@ add_subdirectory(test)
add_library(fennec STATIC
${FENNEC_SOURCES}
include/fennec/threading/mutex.h
include/fennec/threading/lock_guard.h
)