Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Wait
Method
Wait
Kernel/src/streams.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
void Stream::Wait(){
30
assert(!
"Stream::Wait called from base class"
);
31
}
32
33
Stream::~Stream(){
34
Callers
nothing calls this directly
Calls
2
BlockCurrentThread
Function · 0.85
Yield
Function · 0.50
Tested by
no test coverage detected