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 e3313d4cbd * Fixed bug: Timeout for streams is not reseted if the stream emits a value hace 6 años
.vscode * Started to implemented timer and delay hace 6 años
cmake * Started to implemented timer and delay hace 6 años
include * Fixed bug: Timeout for streams is not reseted if the stream emits a value hace 6 años
src * Added locking and unit test for 'timer' hace 6 años
test * Fixed bug: Timeout for streams is not reseted if the stream emits a value 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.