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