Não pode escolher mais do que 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 b0a59eb054 * Refactored task and executor classes há 6 anos
.vscode * Started to implemented timer and delay há 6 anos
cmake * Started to implemented timer and delay há 6 anos
include * Refactored task and executor classes há 6 anos
src * Implemented new stream features: 'map', 'flatten' há 6 anos
test * Refactored task and executor classes há 6 anos
.gitignore * Initial commit (implemented future and result) há 6 anos
.gitmodules * Initial commit (implemented future and result) há 6 anos
CMakeLists.txt * Initial commit (implemented future and result) há 6 anos
README.md * Initial commit (implemented future and result) há 6 anos

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.