Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
bergmann e3313d4cbd * Fixed bug: Timeout for streams is not reseted if the stream emits a value pirms 6 gadiem
.vscode * Started to implemented timer and delay pirms 6 gadiem
cmake * Started to implemented timer and delay pirms 6 gadiem
include * Fixed bug: Timeout for streams is not reseted if the stream emits a value pirms 6 gadiem
src * Added locking and unit test for 'timer' pirms 6 gadiem
test * Fixed bug: Timeout for streams is not reseted if the stream emits a value pirms 6 gadiem
.gitignore * Initial commit (implemented future and result) pirms 6 gadiem
.gitmodules * Initial commit (implemented future and result) pirms 6 gadiem
CMakeLists.txt * Initial commit (implemented future and result) pirms 6 gadiem
README.md * Initial commit (implemented future and result) pirms 6 gadiem

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.