feat(thread): add SSyncObject destructor

This commit is contained in:
fallenoak 2022-12-29 15:13:33 -06:00 committed by GitHub
parent 8521485e49
commit e5fe4a7e19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 0 deletions

View file

@ -28,6 +28,7 @@ class SSyncObject {
// Member functions
SSyncObject();
~SSyncObject();
void Close();
bool Valid();
uint32_t Wait(uint32_t timeoutMs);