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 e8d33bdc52 * Implemented 'timeout' for futures and streams 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 * Implemented 'timeout' for futures and streams hace 6 años
src * Added locking and unit test for 'timer' hace 6 años
test * Implemented 'timeout' for futures and streams 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.