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