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

Function AsyncLoopTimeout

Libraries/Async/Async.h:333–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331struct SC_ASYNC_EXPORT AsyncLoopTimeout : public AsyncRequest
332{
333 AsyncLoopTimeout() : AsyncRequest(Type::LoopTimeout) {}
334
335 using CompletionData = AsyncCompletionData;
336 using Result = AsyncResultOf<AsyncLoopTimeout, CompletionData>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected