mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-12 10:00:50 -04:00
doc(ui): Reword the doc comment for the is_supervisor_task_running method
This commit is contained in:
@@ -520,7 +520,7 @@ impl TerminationReport {
|
||||
// Testing helpers, mostly.
|
||||
#[doc(hidden)]
|
||||
impl SyncService {
|
||||
/// Return the existential states of internal tasks.
|
||||
/// Is the task supervisor running?
|
||||
pub async fn is_supervisor_running(&self) -> bool {
|
||||
self.inner.lock().await.supervisor.is_some()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user