diff --git a/src/config.rs b/src/config.rs index ecad533..5f64ee8 100644 --- a/src/config.rs +++ b/src/config.rs @@ -15,7 +15,7 @@ pub struct GlobalExecutorConfig { min_threads: Option, /// The maximum number of threads to spawn. max_threads: Option, - /// The name to us fo the threads. + /// The closure function used to get the name of the thread. The name can be used for identification in panic messages. thread_name_fn: Option String + Send + Sync>>, }