Support types and functions for C++20 coroutines
Run the following Vcpkg command to install the port.
vcpkg install cpp-async
cpp-async is header-only and can be used from CMake via:
find_path(CPP_ASYNC_INCLUDE_DIRS "async/task.h") target_include_directories(main PRIVATE ${CPP_ASYNC_INCLUDE_DIRS})
v1.0.1#0
Jul 26, 2023
All
microsoft/cpp-async76
github.com/microsoft/cpp-async
c6cb06f0c9
MIT
Manifest