async fn drive_connection<C, R>(
connection: &mut C,
rounds: &R,
shutdown: &CancellationToken,
poll_timeout: Duration,
) -> boolwhere
C: SchedulerConnection,
R: AssignmentRounds,async fn drive_connection<C, R>(
connection: &mut C,
rounds: &R,
shutdown: &CancellationToken,
poll_timeout: Duration,
) -> boolwhere
C: SchedulerConnection,
R: AssignmentRounds,