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 3d76078c5c * Initial commit (implemented future and result) 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 * Initial commit (implemented future and result) 6 yıl önce
src * Initial commit (implemented future and result) 6 yıl önce
test * Initial commit (implemented future and result) 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.