event_multi_wait_all

privex.helpers.thread.event_multi_wait_all(*events: Union[privex.helpers.thread.BetterEvent, threading.Event], event_sleep=0.5, wait_timeout=None, fail=True, **kwargs)bool[source]

Wrapper function for event_wait_many() with trigger defaulting to and (return when ALL events are triggered)