Message289920
If the main thread waits on select() and uses a pipe with
signal.set_wakeup_fd(), it should be fine. Is that your case?
Asyncio requires to have an event loop running in the main thread to spawn
child processes, to get SIGCHLD signals to get notified of child
completions. Or you can ignore these signals and use the "safe" child
waiter using waitall() and then iterate on all children. |
|
Date |
User |
Action |
Args |
2017-03-21 06:57:51 | vstinner | set | recipients:
+ vstinner, njs, neologix, bkabrda |
2017-03-21 06:57:51 | vstinner | link | issue21895 messages |
2017-03-21 06:57:51 | vstinner | create | |
|