Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
bergmann 13ef3253dc * Implemented new stream features: 'map', 'flatten' před 6 roky
.vscode * Started to implemented timer and delay před 6 roky
cmake * Started to implemented timer and delay před 6 roky
include * Implemented new stream features: 'map', 'flatten' před 6 roky
src * Implemented new stream features: 'map', 'flatten' před 6 roky
test * Implemented new stream features: 'map', 'flatten' před 6 roky
.gitignore * Initial commit (implemented future and result) před 6 roky
.gitmodules * Initial commit (implemented future and result) před 6 roky
CMakeLists.txt * Initial commit (implemented future and result) před 6 roky
README.md * Initial commit (implemented future and result) před 6 roky

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.