Add documentation and example for using a ProcessPoolExecutor
Open
documentation
- Dominant language
- Python
- Stars
- 1.7k
- Forks
- 778
- Avg merge
- 2h 50m
- Merged PRs (30d)
- 3
Description
We recently added the ability to have multiple executors and annotate tasks to use those executors. A common situation where this would be useful is in farming out tasks to separate processes. This would be a good example to build.
One motivating use case is https://github.com/dask/distributed/discussions/5051
Contributor guide
Assessment
This issue has not been assessed yet.