cpp-async v1.1.0
- Created
- Updated
Support types and functions for C++20 coroutines
# 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})
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
chausner
David Matson
Weihang Ding