Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
bergmann 8f4d2f4608 * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 år sedan
.vscode * Initial commit (implemented future and result) 6 år sedan
cmake * Initial commit (implemented future and result) 6 år sedan
include * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 år sedan
src * Initial commit (implemented future and result) 6 år sedan
test * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6 år sedan
.gitignore * Initial commit (implemented future and result) 6 år sedan
.gitmodules * Initial commit (implemented future and result) 6 år sedan
CMakeLists.txt * Initial commit (implemented future and result) 6 år sedan
README.md * Initial commit (implemented future and result) 6 år sedan

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.