MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / AwaitWrongEventLoopMessage

Function AwaitWrongEventLoopMessage

Libraries/Await/Await.cpp:125–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123bool AwaitIsCancelled(Result result) { return result.message == AwaitCancellationMessageStorage; }
124
125const char* AwaitWrongEventLoopMessage() { return AwaitWrongEventLoopMessageStorage; }
126
127Result AwaitWrongEventLoopResult() { return Result::FromStableCharPointer(AwaitWrongEventLoopMessageStorage); }
128

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected