itamarst / crochet

Crochet: use Twisted anywhere!
MIT License
236 stars 35 forks source link

Use os.register_at_fork to make crochet work better with e.g. multiprocessing #123

Open itamarst opened 4 years ago

itamarst commented 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.

itamarst commented 3 years ago

Requires Python 3.7.

itamarst commented 1 year ago

Could do this now...