Skip to content
call_split
luncliff/coroutine Group POSIX
Type to start searching
    luncliff/coroutine
    luncliff/coroutine
      • C++ Korea 5th Seminar
      • Exploring MSVC Coroutine
      • Awaitable event using the coroutine, epoll and eventfd
      • Designing the coroutine channel
      • Combining C++ coroutines and `pthread_create`
      • Russian Roulette and C++ Coroutines
      • Groups
      • Namespaces
      • Functions
      • Classes
      • Files
    • Classes
    

    Group POSIX¶

    Modules > POSIX

    More...

    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


    CC-BY-4.0 https://creativecommons.org/licenses/by/4.0/deed
    powered by MkDocs and Material for MkDocs