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.1.0#0
Oct 9, 2023
All
microsoft/cpp-async78
github.com/microsoft/cpp-async
ca07471a8b
MIT
Manifest