Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
bergmann 3d76078c5c * Initial commit (implemented future and result) 6 роки тому
.vscode * Initial commit (implemented future and result) 6 роки тому
cmake * Initial commit (implemented future and result) 6 роки тому
include * Initial commit (implemented future and result) 6 роки тому
src * Initial commit (implemented future and result) 6 роки тому
test * Initial commit (implemented future and result) 6 роки тому
.gitignore * Initial commit (implemented future and result) 6 роки тому
.gitmodules * Initial commit (implemented future and result) 6 роки тому
CMakeLists.txt * Initial commit (implemented future and result) 6 роки тому
README.md * Initial commit (implemented future and result) 6 роки тому

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.