Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
bergmann 8f4d2f4608 * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 lat temu
.vscode * Initial commit (implemented future and result) 6 lat temu
cmake * Initial commit (implemented future and result) 6 lat temu
include * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 lat temu
src * Initial commit (implemented future and result) 6 lat temu
test * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 lat temu
.gitignore * Initial commit (implemented future and result) 6 lat temu
.gitmodules * Initial commit (implemented future and result) 6 lat temu
CMakeLists.txt * Initial commit (implemented future and result) 6 lat temu
README.md * Initial commit (implemented future and result) 6 lat temu

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.