MCPcopy 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_mainFunction · 0.45
unaryFunction · 0.45
client_streamingFunction · 0.45
server_streamingFunction · 0.45
bidi_streamingFunction · 0.45
rpc_handler_using_waiterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected