25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
bergmann 8f4d2f4608 * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 yıl önce
.vscode * Initial commit (implemented future and result) 6 yıl önce
cmake * Initial commit (implemented future and result) 6 yıl önce
include * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 yıl önce
src * Initial commit (implemented future and result) 6 yıl önce
test * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 yıl önce
.gitignore * Initial commit (implemented future and result) 6 yıl önce
.gitmodules * Initial commit (implemented future and result) 6 yıl önce
CMakeLists.txt * Initial commit (implemented future and result) 6 yıl önce
README.md * Initial commit (implemented future and result) 6 yıl önce

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.