You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess it should be threading.Event instead: simple way to create and pass such event is multiprocessing.Manager().Event() and that's just a threading.Event clone.
Hi!
For now type hint for shutdown_event is multiprocessing.synchronize.Event
I guess it should be
threading.Event
instead: simple way to create and pass such event ismultiprocessing.Manager().Event()
and that's just a threading.Event clone.references:
The text was updated successfully, but these errors were encountered: