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

Function AwaitWrongEventLoopResult

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

Source from the content-addressed store, hash-verified

125const char* AwaitWrongEventLoopMessage() { return AwaitWrongEventLoopMessageStorage; }
126
127Result AwaitWrongEventLoopResult() { return Result::FromStableCharPointer(AwaitWrongEventLoopMessageStorage); }
128
129bool AwaitIsWrongEventLoop(Result result) { return result.message == AwaitWrongEventLoopMessageStorage; }
130

Callers 3

cancelMethod · 0.85
spawnMethod · 0.85
await_suspendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected