Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tradias/asio-grpc
/ RoundRobin
Method
RoundRobin
example/multi-threaded-client.cpp:42–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
{
41
public:
42
RoundRobin(Iterator begin, std::size_t size) : begin_(begin), size_(size) {}
43
44
decltype(auto) next()
45
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected