Resizes the pool to the specified number of threads. Returns the new size of the thread pool. The new size may be smaller than requested if all the seats in the thread pool are occupied. See [`ThreadPool::resize`] for more information about resizing.
(&'static self, new_size: usize)
| 236 | match handler.as_ref() { |
| 237 | Some(handler) => handler(payload), |
| 238 | None => { |
| 239 | eprintln!( |
| 240 | "Forte: job panicked with no panic handler set; aborting" |
| 241 | ); |
| 242 | abort(); |
| 243 | } |
no test coverage detected