MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / waitForEvents

Method waitForEvents

source/io/fsvirtualopennode.h:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 void setAsync(bool isAsync) override {if (isAsync) kdebug("FsVirtualOpenNode::setAsync not implemented");}
38 bool isAsync() override {return false;}
39 void waitForEvents(BOXEDWINE_CONDITION& parentCondition, U32 events) override { kdebug("FsVirtualOpenNode::waitForEvents not implemented");}
40 bool isWriteReady() override {return true;}
41 bool isReadReady() override {return true;}
42 U32 readNative(U8* buffer, U32 len) override = 0;

Callers

nothing calls this directly

Calls 1

kdebugFunction · 0.85

Tested by

no test coverage detected