Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
bergmann b0a59eb054 * Refactored task and executor classes vor 6 Jahren
.vscode * Started to implemented timer and delay vor 6 Jahren
cmake * Started to implemented timer and delay vor 6 Jahren
include * Refactored task and executor classes vor 6 Jahren
src * Implemented new stream features: 'map', 'flatten' vor 6 Jahren
test * Refactored task and executor classes vor 6 Jahren
.gitignore * Initial commit (implemented future and result) vor 6 Jahren
.gitmodules * Initial commit (implemented future and result) vor 6 Jahren
CMakeLists.txt * Initial commit (implemented future and result) vor 6 Jahren
README.md * Initial commit (implemented future and result) vor 6 Jahren

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.