(&'static self)
| 179 | } |
| 180 | |
| 181 | // ----------------------------------------------------------------------------- |
| 182 | // Thread pool creation and utilities |
| 183 | |
| 184 | #[allow(clippy::new_without_default)] |
| 185 | impl ThreadPool { |
| 186 | /// Creates a new thread pool. |
| 187 | pub const fn new() -> ThreadPool { |
no outgoing calls
no test coverage detected