boost::capy::task::handle
Return the coroutine handle.
Synopsis
Declared in <boost/capy/task.hpp>
std::coroutine_handle<promise_type>
handle() const noexcept;
Return Value
the coroutine handle.
Created with MrDocs