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 3bc7376f3a * Implemented basic stream class před 6 roky
.vscode * Initial commit (implemented future and result) před 6 roky
cmake * Initial commit (implemented future and result) před 6 roky
include * Implemented basic stream class před 6 roky
src * Initial commit (implemented future and result) před 6 roky
test * Implemented basic stream class 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.