Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
bergmann 4e6c1f5f20 * Refactored future classes 6 anos atrás
.vscode * Started to implemented timer and delay 6 anos atrás
cmake * Started to implemented timer and delay 6 anos atrás
include * Refactored future classes 6 anos atrás
src * Implemented new stream features: 'map', 'flatten' 6 anos atrás
test * Refactored future classes 6 anos atrás
.gitignore * Initial commit (implemented future and result) 6 anos atrás
.gitmodules * Initial commit (implemented future and result) 6 anos atrás
CMakeLists.txt * Initial commit (implemented future and result) 6 anos atrás
README.md * Initial commit (implemented future and result) 6 anos atrás

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.