Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
bergmann e6075832c8 * Refactored directory classes 4 лет назад
.vscode * Started to implemented timer and delay 4 лет назад
cmake * Refactored directory classes 4 лет назад
include * Refactored directory classes 4 лет назад
src * Refactored timing classes 4 лет назад
test * Refactored directory classes 4 лет назад
.gitignore * Initial commit (implemented future and result) 4 лет назад
.gitmodules * Initial commit (implemented future and result) 4 лет назад
CMakeLists.txt * Initial commit (implemented future and result) 4 лет назад
README.md * Initial commit (implemented future and result) 4 лет назад

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.