Returns the configured parser thread count, or `None` for auto-detect.
(&self)
| 125 | #[cfg(parallel_parser)] |
| 126 | /// Returns the configured parser thread count, or `None` for auto-detect. |
| 127 | pub const fn parser_threads(&self) -> Option<usize> { |
| 128 | self.parser_threads |
| 129 | } |
| 130 | } |
| 131 | |
| 132 | /// A WebAssembly parser |