pub async fn start_get_many(
connection: Connection,
request: GetManyRequest,
counters: RequestCounters,
) -> Result<Result<AtStartChild, AtClosing>, GetError>
Expand description
Start with a get many request. Todo: turn this into distinct states.