MCPcopy 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
29void Stream::Wait(){
30 assert(!"Stream::Wait called from base class");
31}
32
33Stream::~Stream(){
34

Callers

nothing calls this directly

Calls 2

BlockCurrentThreadFunction · 0.85
YieldFunction · 0.50

Tested by

no test coverage detected