Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
bergmann 8f4d2f4608 * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) vor 6 Jahren
.vscode * Initial commit (implemented future and result) vor 6 Jahren
cmake * Initial commit (implemented future and result) vor 6 Jahren
include * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) vor 6 Jahren
src * Initial commit (implemented future and result) vor 6 Jahren
test * Splitted result into future_result and stream_result (because the future_result does not need a 'done' state) vor 6 Jahren
.gitignore * Initial commit (implemented future and result) vor 6 Jahren
.gitmodules * Initial commit (implemented future and result) vor 6 Jahren
CMakeLists.txt * Initial commit (implemented future and result) vor 6 Jahren
README.md * Initial commit (implemented future and result) vor 6 Jahren

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.