class RoundRobin : ServicePeerAllocationStrategy
RoundRobin()
fun <A> pickNext(service: DistributedServiceHandle, pickFrom: List<A>): A