cpp-asyncv1.2.0
- Updated
Support types and functions for C++20 coroutines
- Project website: https://github.com/microsoft/cpp-async
#Usage
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})#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Host Dependencies
No dependencies.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
chausner
David Matson
Weihang Ding
Aditya Rao