-
Updated
Oct 31, 2020 - Python
multiprocessing
Here are 595 public repositories matching this topic...
-
Updated
Nov 17, 2020 - Python
-
Updated
Dec 27, 2019 - Python
-
Updated
Mar 3, 2020 - Python
-
Updated
Oct 6, 2020 - Python
-
Updated
Aug 14, 2018 - Python
-
Updated
Nov 26, 2020 - Python
-
Updated
Sep 7, 2020 - Python
-
Updated
Nov 16, 2020 - PHP
-
Updated
Oct 28, 2019 - Python
-
Updated
May 31, 2020 - Python
-
Updated
May 15, 2020 - Python
-
Updated
Nov 12, 2019 - Python
-
Updated
Jun 19, 2018 - Jupyter Notebook
-
Updated
Sep 30, 2020 - Python
-
Updated
Oct 3, 2019 - PHP
-
Updated
Feb 1, 2020 - Python
-
Updated
Nov 5, 2020 - Python
-
Updated
Jul 8, 2020 - Python
-
Updated
Oct 20, 2019 - Python
-
Updated
May 10, 2020 - Python
-
Updated
Nov 22, 2020 - C
-
Updated
Oct 10, 2019 - Python
-
Updated
Nov 28, 2020 - Python
-
Updated
Jul 15, 2019 - Python
-
Updated
Aug 28, 2019 - Python
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Dec 6, 2019 - Python
Improve this page
Add a description, image, and links to the multiprocessing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multiprocessing topic, visit your repo's landing page and select "manage topics."


It seems there are some cases where there is already an existing, active event loop after forking, which causes an exception when the child process tries to create a new event loop. It should check for an existing event loop first, and only create one if there's no active loop available.
Target function: https://github.com/jreese/aiomultiprocess/blob/master/aiomultiprocess/core.py#L93
See #