MCPcopy Create free account
hub / github.com/Tom94/tev / enqueueStopToken

Method enqueueStopToken

include/tev/ThreadPool.h:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 }
72
73 auto enqueueStopToken() {
74 return enqueueTask([] {}, std::numeric_limits<int>::max(), true);
75 }
76
77 inline auto enqueueCoroutine(int priority) noexcept {
78 class Awaiter {

Callers

nothing calls this directly

Calls 1

maxFunction · 0.85

Tested by

no test coverage detected