pub(crate) async fn idle_interrupted(
inbox: ConnectivityStore,
oboxes: Vec<ConnectivityStore>,
)
Expand description
Set all folder states to InterruptingIdle in case they were Idle
before.
Called during dc_maybe_network()
to make sure that all_work_done()
returns false immediately after dc_maybe_network()
.