您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
bergmann 13ef3253dc * Implemented new stream features: 'map', 'flatten' 6 年前
.vscode * Started to implemented timer and delay 6 年前
cmake * Started to implemented timer and delay 6 年前
include * Implemented new stream features: 'map', 'flatten' 6 年前
src * Implemented new stream features: 'map', 'flatten' 6 年前
test * Implemented new stream features: 'map', 'flatten' 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.