Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2023-11-10 15:33:35 +08:00
commit dd337fad41
4 changed files with 27 additions and 1 deletions

View file

@ -190,6 +190,7 @@ public:
bool IsClosed()
{
MutexAutoLock lock(mMutex);
return ReadyState() == CLOSED;
}