Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ UnLock
Method
UnLock
library/cpp/coroutine/engine/mutex.h:39–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void UnLock() noexcept {
40
Y_ASSERT(!Token_);
41
42
Token_ = true;
43
WaitQueue_.Signal();
44
}
45
46
private:
47
TContWaitQueue WaitQueue_;
Callers
3
WaitD
Method · 0.80
CoMutex
Function · 0.80
CoCondVar
Function · 0.80
Calls
1
Signal
Method · 0.45
Tested by
no test coverage detected