Skip to content

Commit

Permalink
coro_rpc_client allow async_all
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed May 7, 2024
1 parent 1348545 commit 2b7fc80
Show file tree
Hide file tree
Showing 5 changed files with 440 additions and 231 deletions.
2 changes: 1 addition & 1 deletion include/ylt/coro_io/io_context_pool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class ExecutorWrapper : public async_simple::Executor {

context_t &context() { return executor_.context(); }

auto get_asio_executor() { return executor_; }
auto get_asio_executor() const { return executor_; }

operator ExecutorImpl() { return executor_; }

Expand Down
Loading

0 comments on commit 2b7fc80

Please sign in to comment.