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

Method waitAll

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

Source from the content-addressed store, hash-verified

2405}
2406
2407AwaitTaskGroupWaitAllAwaiter AwaitTaskGroup::waitAll() { return AwaitTaskGroupWaitAllAwaiter(*this); }
2408
2409AwaitTaskGroupWaitAnyAwaiter AwaitTaskGroup::waitAny(AwaitTaskGroupWaitAnyResult& outResult,
2410 AwaitTaskGroupWaitAnyPolicy waitAnyPolicy)