mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(thread): add SSemaphore
This commit is contained in:
parent
83cd9b05c0
commit
6437796094
3 changed files with 29 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include "storm/thread/CSRWLock.hpp"
|
||||
#include "storm/thread/SCritSect.hpp"
|
||||
#include "storm/thread/SEvent.hpp"
|
||||
#include "storm/thread/SSemaphore.hpp"
|
||||
#include "storm/thread/SSyncObject.hpp"
|
||||
#include "storm/thread/SThread.hpp"
|
||||
#include <cstdint>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue