OS
v1.7.5
Documentation
|
A Co-Routine handle. More...
#include <coroutine.hpp>
Public Member Functions | |
handle ()=default | |
void | try_restart (void) noexcept |
Try to execute the co::restart() statement externally. | |
void | try_suspend (void) noexcept |
Try to suspend the coroutine execution externally. | |
void | try_resume (void) noexcept |
Try to resume the coroutine execution externally after a suspend operation. | |
void | try_set (co::state p) noexcept |
Try to execute co::setPosition() statement externally. | |
A Co-Routine handle.
|
default |
|
noexcept |
Try to execute the co::restart() statement externally.
|
noexcept |
Try to resume the coroutine execution externally after a suspend operation.
|
noexcept |
Try to execute co::setPosition() statement externally.
|
noexcept |
Try to suspend the coroutine execution externally.