Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
bergmann e3313d4cbd * Fixed bug: Timeout for streams is not reseted if the stream emits a value 6 роки тому
.vscode * Started to implemented timer and delay 6 роки тому
cmake * Started to implemented timer and delay 6 роки тому
include * Fixed bug: Timeout for streams is not reseted if the stream emits a value 6 роки тому
src * Added locking and unit test for 'timer' 6 роки тому
test * Fixed bug: Timeout for streams is not reseted if the stream emits a value 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.