A parallel iterator implemented using fork().
EXAMPLES:
sage: X = sage.parallel.use_fork.p_iter_fork(2,3, False); X <sage.parallel.use_fork.p_iter_fork instance at ...> sage: X.ncpus 2 sage: X.timeout 3.0 sage: X.verbose False
Reference Parallel Primitives
Parallel Iterator built using Python’s multiprocessing module
Enter search terms or a module, class or function name.