Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Wait
Method
Wait
LibLemon/src/lemon/waitable.cpp:6–8 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
namespace Lemon{
6
void Waitable::Wait(){
7
WaitForKernelObject(GetHandle());
8
}
9
10
Waitable::~Waitable(){
11
for(Waiter* waiter : waiters){
Callers
nothing calls this directly
Calls
3
WaitForKernelObject
Function · 0.85
size
Method · 0.80
data
Method · 0.80
Tested by
no test coverage detected