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.2.0#0
Jun 26, 2025
All
microsoft/cpp-async97
github.com/microsoft/cpp-async
a5cbcdd45c
MIT
Manifest