選択できるのは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.