C++20 library for asynchronous programming with coroutines
Simple, light-weight and easy-to-use asynchronous components
async_simple$ g++ -std=c++20 -I$(brew --prefix async_simple)/include main.cpp -o app$ find_package(async_simple REQUIRED)
target_link_libraries(myapp async_simple::async_simple)$ ls -la $(brew --prefix async_simple)/include/async_simple/