Group POSIX¶
Classes¶
Type | Name |
---|---|
class | coro::continue_on_pthread Creates a new POSIX Thread and resume the given coroutine handle on it. |
class | coro::pthread_detacher Special return type that wraps pthread_detach __ |
class | coro::pthread_joiner Special return type that wraps pthread_join __ |
class | coro::pthread_spawn_promise allows pthread_attr_t* forco_await operator |
Detailed Description¶
Helpers to apply co_await
for thread object/operations