tinycthread
# 概要
- スレッド関係の機能を提供するlightweightなライブラリ
mtx
: mutexcnd
: condition variablethrd
: threadtss
: thread-specific storage
- C11
- zlib license
- マルチプラットフォーム
- CMake利用可能
# 導入方法
# CMake: FetchContent
|
|
Search
mtx
: mutexcnd
: condition variablethrd
: threadtss
: thread-specific storage
|
|