mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-08 17:26:04 +00:00
Fix minor type in task_executor
This commit is contained in:
@@ -123,7 +123,7 @@ impl TaskExecutor {
|
|||||||
|
|
||||||
/// Spawn a future on the tokio runtime.
|
/// 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.
|
/// exit_future `Signal` is fired/dropped.
|
||||||
///
|
///
|
||||||
/// The future is monitored via another spawned future to ensure that it doesn't panic. In case
|
/// The future is monitored via another spawned future to ensure that it doesn't panic. In case
|
||||||
|
|||||||
Reference in New Issue
Block a user