mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(thread): add SSyncObject destructor
This commit is contained in:
parent
8521485e49
commit
e5fe4a7e19
2 changed files with 20 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ class SSyncObject {
|
|||
|
||||
// Member functions
|
||||
SSyncObject();
|
||||
~SSyncObject();
|
||||
void Close();
|
||||
bool Valid();
|
||||
uint32_t Wait(uint32_t timeoutMs);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue