Skip to Content

async-simple v1.3

Created
Updated

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

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

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • saipubw's avatar saipubw
  • Thomas1664's avatar Thomas1664

# Changelog

  • a56d892 [vcpkg baseline][async-simple] Fix race during cmake configure (#36764)
  • 7fad8ea [async-simple] Add new port async-simple (#36470)

# Source