Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ~Waiter
Method
~Waiter
LibLemon/src/lemon/waitable.cpp:63–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
Waiter::~Waiter(){
64
for(auto& waitable : waitingOn){
65
waitable->waiters.remove(this);
66
}
67
68
for(auto& waitable : waitingOnAll){
69
waitable->waiters.remove(this);
70
}
71
}
72
}
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected