async-simplev1.4
- Updated
Simple, light-weight and easy-to-use asynchronous components.
- Project website: https://github.com/alibaba/async_simple
#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)#Supported Platforms
All platforms supported.
#Features
No features defined.
#Dependencies
No dependencies.
#Used By
#Host Tool For
No ports use this.
#Contributors
saipubw
Thomas1664
miyanyan