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

Function AsyncLoopWork

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

Source from the content-addressed store, hash-verified

1229/// serially executed on the same thread.
1230struct SC_ASYNC_EXPORT AsyncTaskSequence : public AsyncSequence
1231{
1232 protected:
1233 ThreadPoolTask task;
1234 ThreadPool* threadPool = nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected