Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tradias/asio-grpc
/ get_executor
Method
get_executor
example/snippets/server_callback.cpp:140–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
/* [server-rpc-bidi-streaming-callback] */
139
140
executor_type get_executor() noexcept { return io_context_.get_executor(); }
141
142
asio::io_context& io_context_;
143
};
Callers
6
server_main
Function · 0.45
unary
Function · 0.45
client_streaming
Function · 0.45
server_streaming
Function · 0.45
bidi_streaming
Function · 0.45
rpc_handler_using_waiter
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected