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

Method contains_coroutine_handle

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

Source from the content-addressed store, hash-verified

78}
79
80bool task::contains_coroutine_handle() const noexcept {
81 return contains<details::coroutine_handle_functor>();
82}
83
84task::task() noexcept : m_buffer(), m_vtable(nullptr) {}
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected