]> git.stg.codes - stg.git/commit
Add async pool (to replace EVENT_LOOP).
authorMaksym Mamontov <madf@madf.info>
Tue, 23 Aug 2022 13:55:28 +0000 (16:55 +0300)
committerMaksym Mamontov <madf@madf.info>
Tue, 23 Aug 2022 13:55:28 +0000 (16:55 +0300)
commit646c8fd6c0112573ba2aae7f165f5d48e849831e
treeb9e06a235b1eee21d1727484f682026a5549c81b
parent1c529746ff07312e30e76fd933c628c658e3c77d
Add async pool (to replace EVENT_LOOP).
projects/stargazer/CMakeLists.txt
projects/stargazer/async_pool.cpp [new file with mode: 0644]
projects/stargazer/async_pool.h [new file with mode: 0644]
projects/stargazer/main.cpp
tests/CMakeLists.txt
tests/test_async_pool.cpp [new file with mode: 0644]