1. Home
  2. Browse
  3. async-simple

async-simple

v1.3#1Latest

Simple, light-weight and easy-to-use asynchronous components

Install

Run the following Vcpkg command to install the port.

Usage

async-simple provides CMake targets:

find_package(async_simple CONFIG REQUIRED)

target_link_libraries(main PRIVATE async_simple::async_simple_static)

# Or you can use header-only version(async_simple::uthread is not allowed to use in this version)

target_link_libraries(main PRIVATE async_simple::async_simple_header_only)

# Or you can also use dynamic linkage:

target_link_libraries(main PRIVATE async_simple::async_simple)

Dependencies

See source

Version

v1.3#1

Publication

Supports

All

GitHub

alibaba/async_simple1.6K

Homepage

github.com/alibaba/async_simple

Subtree

a56d892ac7

License

Apache-2.0

Definition

Manifest