Skip to main content

parse_with_pool

Function parse_with_pool 

Source
pub fn parse_with_pool<T: Read>(
    source: T,
    threadpool: Cell<ThreadPool>,
) -> impl Iterator<Item = Line>