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 e6075832c8 * Refactored directory classes 5 år sedan
.vscode * Started to implemented timer and delay 5 år sedan
cmake * Refactored directory classes 5 år sedan
include * Refactored directory classes 5 år sedan
src * Refactored timing classes 5 år sedan
test * Refactored directory classes 5 år sedan
.gitignore * Initial commit (implemented future and result) 5 år sedan
.gitmodules * Initial commit (implemented future and result) 5 år sedan
CMakeLists.txt * Initial commit (implemented future and result) 5 år sedan
README.md * Initial commit (implemented future and result) 5 å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.