This commit is contained in:
qicosmos
2025-10-07 17:23:53 +08:00
parent 146b1e9c7c
commit 25fecab3de
4 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ asio::awaitable<std::string> no_arg_coro1() {
co_return "test";
}
// TODO: client pool, pub/sub
// TODO: client pool
asio::awaitable<void> test_router() {
rpc_router router;
router.register_handler<add>();