Function parse_with_pool

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