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 222348dd4c * Implemented current thread executor (and executors in general) há 6 anos
.vscode * Started to implemented timer and delay há 6 anos
cmake * Started to implemented timer and delay há 6 anos
include * Implemented current thread executor (and executors in general) há 6 anos
src * Added locking and unit test for 'timer' há 6 anos
test * Implemented current thread executor (and executors in general) 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.