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 e9f6a290cb * Refactored timing classes vor 6 Jahren
.vscode * Started to implemented timer and delay vor 6 Jahren
cmake * Refactored timing classes vor 6 Jahren
include * Refactored timing classes vor 6 Jahren
src * Refactored timing classes vor 6 Jahren
test * Refactored timing 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.