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 8f4d2f4608 * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 anni fa
.vscode * Initial commit (implemented future and result) 6 anni fa
cmake * Initial commit (implemented future and result) 6 anni fa
include * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 anni fa
src * Initial commit (implemented future and result) 6 anni fa
test * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 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.