Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ StopWaitingOn
Method
StopWaitingOn
LibLemon/src/lemon/waitable.cpp:31–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
}
30
31
void Waiter::StopWaitingOn(Waitable* waitable){
32
waitable->waiters.remove(this);
33
waitingOn.remove(waitable);
34
35
RepopulateHandles();
36
}
37
38
void Waiter::StopWaitingOnAll(Waitable* waitable){
39
waitable->waiters.remove(this);
Callers
1
~Waitable
Method · 0.80
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected