-
Updated
Jul 9, 2020 - Python
multiprocessing
Here are 574 public repositories matching this topic...
-
Updated
Oct 7, 2020 - Python
-
Updated
Dec 27, 2019 - Python
-
Updated
Mar 3, 2020 - Python
-
Updated
Oct 6, 2020 - Python
-
Updated
Aug 14, 2018 - Python
-
Updated
Oct 13, 2020 - Python
-
Updated
Sep 7, 2020 - Python
-
Updated
Oct 8, 2020 - PHP
-
Updated
Oct 28, 2019 - Python
-
Updated
May 31, 2020 - Python
-
Updated
May 15, 2020 - Python
-
Updated
Jun 19, 2018 - Jupyter Notebook
-
Updated
Nov 12, 2019 - Python
-
Updated
Sep 30, 2020 - Python
-
Updated
Oct 3, 2019 - PHP
-
Updated
Feb 1, 2020 - Python
-
Updated
Jul 8, 2020 - Python
-
Updated
Oct 20, 2019 - Python
-
Updated
Aug 6, 2020 - Python
-
Updated
Oct 20, 2020 - C
-
Updated
May 10, 2020 - Python
-
Updated
Oct 10, 2019 - Python
-
Updated
Oct 21, 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 #