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 222348dd4c * Implemented current thread executor (and executors in general) 6 yıl önce
.vscode * Started to implemented timer and delay 6 yıl önce
cmake * Started to implemented timer and delay 6 yıl önce
include * Implemented current thread executor (and executors in general) 6 yıl önce
src * Added locking and unit test for 'timer' 6 yıl önce
test * Implemented current thread executor (and executors in general) 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.