Skip to content
call_split
luncliff/coroutine Group Windows
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 Windows¶

    Modules > Windows

    More...

    Classes¶

    Type Name
    class coro::continue_on_apc
    Move into the designated thread's APC queue and continue the routine.
    class coro::continue_on_thread_pool
    Move into the win32 thread pool and continue the routine.

    Detailed Description¶

    Most of the implementation use Win32 thread pool.


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