Class BasicCoroutine¶ Defined in File basic_coroutine.h Nested Relationships¶ Nested Types¶ Struct BasicCoroutine::Promise Class Documentation¶ class BasicCoroutine¶ Basic coroutine, not awaitable and does not have either return value nor parameters Public Types using promise_type = Promise¶ struct Promise¶ Public Static Functions static inline BasicCoroutine get_return_object()¶ static inline void unhandled_exception() noexcept¶ static inline void return_void() noexcept¶ static inline std::suspend_never initial_suspend() noexcept¶ static inline std::suspend_never final_suspend() noexcept¶