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

Method AwaitTask

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

Source from the content-addressed store, hash-verified

625}
626
627AwaitTask::AwaitTask(Handle newHandle) : handle(newHandle) {}
628
629AwaitTask::AwaitTask(AwaitTask&& other) noexcept : handle(other.handle) { other.handle = {}; }
630

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected