Update custom_executor.rs

This commit is contained in:
Fibonacci747 2025-09-06 21:01:47 +02:00 committed by GitHub
parent a3717d6bc1
commit 1d3873f5c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
//! Demonstrates how to run a basic Discovery v5 Service with a custom tokio executor.
//!
//! Discv5 requires a Tokio executor with all features. A custom exuector can be passed via the
//! Discv5 requires a Tokio executor with all features. A custom executor can be passed via the
//! configuration parameters. If none is passed, it will use the current runtime that build the
//! `Discv5` struct.
//!