Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ~Waitable
Method
~Waitable
LibLemon/src/lemon/waitable.cpp:10–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
Waitable::~Waitable(){
11
for(Waiter* waiter : waiters){
12
waiter->StopWaitingOn(this);
13
}
14
}
15
16
void Waiter::WaitOn(Waitable* waitable){
17
waitingOn.push_back(waitable);
Callers
nothing calls this directly
Calls
1
StopWaitingOn
Method · 0.80
Tested by
no test coverage detected