No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
bergmann 3bc7376f3a * Implemented basic stream class hace 6 años
.vscode * Initial commit (implemented future and result) hace 6 años
cmake * Initial commit (implemented future and result) hace 6 años
include * Implemented basic stream class hace 6 años
src * Initial commit (implemented future and result) hace 6 años
test * Implemented basic stream class hace 6 años
.gitignore * Initial commit (implemented future and result) hace 6 años
.gitmodules * Initial commit (implemented future and result) hace 6 años
CMakeLists.txt * Initial commit (implemented future and result) hace 6 años
README.md * Initial commit (implemented future and result) hace 6 años

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.