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 3bc7376f3a * Implemented basic stream class 6 år sedan
.vscode * Initial commit (implemented future and result) 6 år sedan
cmake * Initial commit (implemented future and result) 6 år sedan
include * Implemented basic stream class 6 år sedan
src * Initial commit (implemented future and result) 6 år sedan
test * Implemented basic stream class 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.