1. Home
  2. Browse
  3. cpp-async

cpp-async

v1.1.0#0Latest

Support types and functions for C++20 coroutines

Install

Run the following Vcpkg command to install the port.

vcpkg install 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})
See source

Version

v1.1.0#0

Publication

Supports

All

GitHub

microsoft/cpp-async78

Homepage

github.com/microsoft/cpp-async

Subtree

ca07471a8b

License

MIT

Definition

Manifest