mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(thread): add SSyncObject::Valid
This commit is contained in:
parent
8a90f867ae
commit
9607293ae5
2 changed files with 11 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class SSyncObject {
|
|||
// Member functions
|
||||
SSyncObject();
|
||||
void Close(void);
|
||||
bool Valid(void);
|
||||
bool Valid();
|
||||
uint32_t Wait(uint32_t timeoutMs);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue