Fix minor type in task_executor

This commit is contained in:
Paul Hauner
2021-09-27 15:13:51 +10:00
parent 82d491c88d
commit 5098da53fa

View File

@@ -123,7 +123,7 @@ impl TaskExecutor {
/// Spawn a future on the tokio runtime.
///
/// The future is wrapped in an `exit_future::Exit`. The task is canceled when the corresponding
/// The future is wrapped in an `exit_future::Exit`. The task is cancelled when the corresponding
/// exit_future `Signal` is fired/dropped.
///
/// The future is monitored via another spawned future to ensure that it doesn't panic. In case