mirror of
https://github.com/qicosmos/rest_rpc.git
synced 2026-08-29 16:40:48 +08:00
fix
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user