Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
bergmann 3d76078c5c * Initial commit (implemented future and result) il y a 6 ans
.vscode * Initial commit (implemented future and result) il y a 6 ans
cmake * Initial commit (implemented future and result) il y a 6 ans
include * Initial commit (implemented future and result) il y a 6 ans
src * Initial commit (implemented future and result) il y a 6 ans
test * Initial commit (implemented future and result) il y a 6 ans
.gitignore * Initial commit (implemented future and result) il y a 6 ans
.gitmodules * Initial commit (implemented future and result) il y a 6 ans
CMakeLists.txt * Initial commit (implemented future and result) il y a 6 ans
README.md * Initial commit (implemented future and result) il y a 6 ans

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.