MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / __default_awaiter_context

Method __default_awaiter_context

include/exec/task.hpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 {
228 template <__scheduler_affinity _Affinity>
229 constexpr explicit __default_awaiter_context(__default_task_context_impl<_Affinity>&,
230 _ParentPromise&) noexcept
231 {}
232 };
233
234 ////////////////////////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected