Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
bergmann 8f4d2f4608 * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 роки тому
.vscode * Initial commit (implemented future and result) 6 роки тому
cmake * Initial commit (implemented future and result) 6 роки тому
include * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 роки тому
src * Initial commit (implemented future and result) 6 роки тому
test * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 роки тому
.gitignore * Initial commit (implemented future and result) 6 роки тому
.gitmodules * Initial commit (implemented future and result) 6 роки тому
CMakeLists.txt * Initial commit (implemented future and result) 6 роки тому
README.md * Initial commit (implemented future and result) 6 роки тому

README.md

asyncpp

This is a C++ library that implements handling of asynchronous tasks.

It is based on the idea of the rust tokio crate.