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 e6075832c8 * Refactored directory classes 4 yıl önce
.vscode * Started to implemented timer and delay 4 yıl önce
cmake * Refactored directory classes 4 yıl önce
include * Refactored directory classes 4 yıl önce
src * Refactored timing classes 4 yıl önce
test * Refactored directory classes 4 yıl önce
.gitignore * Initial commit (implemented future and result) 4 yıl önce
.gitmodules * Initial commit (implemented future and result) 4 yıl önce
CMakeLists.txt * Initial commit (implemented future and result) 4 yıl önce
README.md * Initial commit (implemented future and result) 4 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.