Вы не можете выбрать более 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.