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