|
Zth (libzth)
|
#include <coro.h>
Public Member Functions | |
| decltype(auto) | operator* () |
| decltype(auto) | operator-> () |
| template<typename M > requires (std::is_base_of_v<FiberManipulator, M>) | |
| task_fiber & | operator<< (M const &m) & |
| template<typename M > requires (std::is_base_of_v<FiberManipulator, M>) | |
| task_fiber && | operator<< (M const &m) && |
| operator zth::Fiber & () const noexcept | |
| operator typename Task::Future_type & () noexcept | |
| decltype(auto) | operator<< (asFuture const &) |
Public Attributes | |
| Task | task |
| Fiber | fiber |
|
inlinenoexcept |
|
inlinenoexcept |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Fiber zth::coro::task_fiber< Task, Fiber >::fiber |
| Task zth::coro::task_fiber< Task, Fiber >::task |