Skip to Content

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's avatar chausner
  • David Matson's avatar David Matson
  • Weihang Ding's avatar Weihang Ding

# Changelog

  • ca07471 [cpp-async] Bump to 1.1.0 (#34365)
  • c6cb06f [cpp-async] Update to version 1.0.1 (#32756) (#32757)
  • f2328e8 [cpp-async] Add new port (#31523)

# Source