Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
bergmann 8289b4b235 * refactored/simplified 'future' class 6 роки тому
.vscode * Started to implemented timer and delay 6 роки тому
cmake * Started to implemented timer and delay 6 роки тому
include * refactored/simplified 'future' class 6 роки тому
src * Added locking and unit test for 'timer' 6 роки тому
test * refactored/simplified 'future' class 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.