MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / WaitOn

Method WaitOn

LibLemon/src/lemon/waitable.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 }
15
16 void Waiter::WaitOn(Waitable* waitable){
17 waitingOn.push_back(waitable);
18 handles.push_back(waitable->GetHandle());
19
20 waitable->waiters.push_back(this);
21 }
22
23 void Waiter::WaitOnAll(Waitable* waitable){
24 waitingOnAll.push_back(waitable);

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected