mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
cargo fmt
This commit is contained in:
@@ -232,7 +232,7 @@ impl CommandApi {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Performs a background fetch for all accounts in parallel with a timeout.
|
/// Performs a background fetch for all accounts in parallel with a timeout.
|
||||||
///
|
///
|
||||||
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
|
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
|
||||||
/// process all events until you get this one and you can safely return to the background
|
/// process all events until you get this one and you can safely return to the background
|
||||||
/// without forgeting to create notifications caused by timing race conditions.
|
/// without forgeting to create notifications caused by timing race conditions.
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ impl Accounts {
|
|||||||
/// Performs a background fetch for all accounts in parallel.
|
/// Performs a background fetch for all accounts in parallel.
|
||||||
///
|
///
|
||||||
/// If you need a timeout, then use [Accounts::background_fetch_with_timeout] instead.
|
/// If you need a timeout, then use [Accounts::background_fetch_with_timeout] instead.
|
||||||
///
|
///
|
||||||
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
|
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
|
||||||
/// process all events until you get this one and you can safely return to the background
|
/// process all events until you get this one and you can safely return to the background
|
||||||
/// without forgeting to create notifications caused by timing race conditions.
|
/// without forgeting to create notifications caused by timing race conditions.
|
||||||
@@ -320,7 +320,7 @@ impl Accounts {
|
|||||||
/// Performs a background fetch for all accounts in parallel with a timeout.
|
/// Performs a background fetch for all accounts in parallel with a timeout.
|
||||||
///
|
///
|
||||||
/// If you want no timeout, then use [Accounts::background_fetch] instead.
|
/// If you want no timeout, then use [Accounts::background_fetch] instead.
|
||||||
///
|
///
|
||||||
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
|
/// The `BackgroundFetchCompletedForAllAccounts` event is emitted at the end,
|
||||||
/// process all events until you get this one and you can safely return to the background
|
/// process all events until you get this one and you can safely return to the background
|
||||||
/// without forgeting to create notifications caused by timing race conditions.
|
/// without forgeting to create notifications caused by timing race conditions.
|
||||||
|
|||||||
Reference in New Issue
Block a user