Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle platform dependent start method (#179)
In Python multiprocessing, start method name is platform dependent [1]. For macOS, it is "spawn" for reasons listed in [2], vs. "fork" for Linux. [1] https://docs.python.org/3/library/multiprocessing.html#multiprocessing.get_start_method [2] python/cpython#77906
- Loading branch information