MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / parser_threads

Method parser_threads

crates/parser/src/lib.rs:127–129  ·  view source on GitHub ↗

Returns the configured parser thread count, or `None` for auto-detect.

(&self)

Source from the content-addressed store, hash-verified

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

Callers 1

worker_countFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected