doc(ui): Reword the doc comment for the is_supervisor_task_running method

This commit is contained in:
Damir Jelić
2025-01-23 17:15:17 +01:00
parent 7cc121ab38
commit f8ec957193

View File

@@ -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()
}