Async++ unknown
Async (co_await/co_return) code for C++
|
Directories | |
detail | |
Files | |
async_generator.h | |
async_main.h | |
Provides a main function running a simple_dispatcher and awaits the function async_main, stopping after it is done. | |
channel.h | |
defer.h | |
dispatcher.h | |
event.h | |
fiber.h | |
fire_and_forget.h | |
generator.h | |
latch.h | |
launch.h | |
mutex.h | |
policy.h | |
promise.h | |
ptr_tag.h | |
ref.h | |
scope_guard.h | |
signal.h | |
simple_dispatcher.h | |
stop_token.h | |
Polyfill implementation of std::stop_token and friends. Check the documentation of the stl version for details. | |
sync_wait.h | |
Utility functions for quickly converting a awaitable to a std::future. | |
task.h | |
thread_pool.h | |
threadsafe_queue.h | |
timer.h | |