Only use multiprocessing when the method is fork
In python3.8 on macos and in all versions on windows the multiprocessing method is `spawn` which does not preserve class state.
Loading
Please register or sign in to comment
In python3.8 on macos and in all versions on windows the multiprocessing method is `spawn` which does not preserve class state.