Open itamarst opened 4 years ago
https://docs.python.org/3/library/os.html#os.register_at_fork sounds like it might make Crochet not break when multiprocessing default mode is used.
multiprocessing
Requires Python 3.7.
Could do this now...
https://docs.python.org/3/library/os.html#os.register_at_fork sounds like it might make Crochet not break when
multiprocessing
default mode is used.