Tom Stellard writes:
> It was possible for some events never to get triggered if one thread
> was creating events and another threads was waiting for them.
>
> This patch consolidates soft_event::wait() and hard_event::wait()
> into event::wait() so that hard_event objects will now wait for
> all
It was possible for some events never to get triggered if one thread
was creating events and another threads was waiting for them.
This patch consolidates soft_event::wait() and hard_event::wait()
into event::wait() so that hard_event objects will now wait for
all their dependencies to be submitte