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 b0a59eb054 * Refactored task and executor classes 6 år sedan
.vscode * Started to implemented timer and delay 6 år sedan
cmake * Started to implemented timer and delay 6 år sedan
include * Refactored task and executor classes 6 år sedan
src * Implemented new stream features: 'map', 'flatten' 6 år sedan
test * Refactored task and executor classes 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.