Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct GlobalExecutorConfig {
min_threads: Option<usize>,
/// The maximum number of threads to spawn.
max_threads: Option<usize>,
/// 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<Box<dyn Fn() -> String + Send + Sync>>,
}

Expand Down