Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
bergmann 46b668f235 * refactored/simplified 'stream' class 6 anni fa
.vscode * Started to implemented timer and delay 6 anni fa
cmake * Started to implemented timer and delay 6 anni fa
include * refactored/simplified 'stream' class 6 anni fa
src * Added locking and unit test for 'timer' 6 anni fa
test * refactored/simplified 'stream' class 6 anni fa
.gitignore * Initial commit (implemented future and result) 6 anni fa
.gitmodules * Initial commit (implemented future and result) 6 anni fa
CMakeLists.txt * Initial commit (implemented future and result) 6 anni fa
README.md * Initial commit (implemented future and result) 6 anni fa

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.