Skip to main content

drive_pending_syncs

Function drive_pending_syncs 

Source
pub async fn drive_pending_syncs<T>(
    pending: &PendingSyncs,
    fut: impl Future<Output = T>,
) -> T
Expand description

Drive fut to completion, releasing any parked syncs each time it stalls.