選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
bergmann 8f4d2f4608 * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6年前
.vscode * Initial commit (implemented future and result) 6年前
cmake * Initial commit (implemented future and result) 6年前
include * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 6年前
src * Initial commit (implemented future and result) 6年前
test * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) 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.