[][src]Function strace_parse::raw::parse_with_pool

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