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 8289b4b235 * refactored/simplified 'future' class pirms 6 gadiem
.vscode * Started to implemented timer and delay pirms 6 gadiem
cmake * Started to implemented timer and delay pirms 6 gadiem
include * refactored/simplified 'future' class pirms 6 gadiem
src * Added locking and unit test for 'timer' pirms 6 gadiem
test * refactored/simplified 'future' class 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.