Function deltachat::scheduler::connectivity::idle_interrupted
source ยท pub(crate) async fn idle_interrupted(
inbox: ConnectivityStore,
oboxes: Vec<ConnectivityStore>,
)
Expand description
Set all folder states to InterruptingIdle in case they were Connected
before.
Called during dc_maybe_network()
to make sure that dc_all_work_done()
returns false immediately after dc_maybe_network()
.