mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-04-22 20:52:52 +00:00
Session: Change to a WaitObject.
This commit is contained in:
@@ -71,6 +71,7 @@ public:
|
||||
*/
|
||||
bool IsWaitable() const {
|
||||
switch (GetHandleType()) {
|
||||
case HandleType::Session:
|
||||
case HandleType::Event:
|
||||
case HandleType::Mutex:
|
||||
case HandleType::Thread:
|
||||
|
||||
Reference in New Issue
Block a user