MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / coroutine_handle_functor

Method coroutine_handle_functor

source/task.cpp:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22 public:
23 coroutine_handle_functor() noexcept : m_coro_handle() {}
24
25 coroutine_handle_functor(const coroutine_handle_functor&) = delete;
26 coroutine_handle_functor& operator=(const coroutine_handle_functor&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected