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 e3313d4cbd * Fixed bug: Timeout for streams is not reseted if the stream emits a value 6 år sedan
.vscode * Started to implemented timer and delay 6 år sedan
cmake * Started to implemented timer and delay 6 år sedan
include * Fixed bug: Timeout for streams is not reseted if the stream emits a value 6 år sedan
src * Added locking and unit test for 'timer' 6 år sedan
test * Fixed bug: Timeout for streams is not reseted if the stream emits a value 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.