Skip to content

cpp-asyncv1.2.0

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})

#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's avatarchausner
  • David Matson's avatarDavid Matson
  • Weihang Ding's avatarWeihang Ding
  • Aditya Rao's avatarAditya Rao

#Changelog

  • a5cbcdd[cpp-async] update to 1.2.0 (#46166)
  • 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)