K
kgw0news
Since wait can already throw an exception,
why not allow notify to pass one to be taken at the wait if any?
Right now if I have a thread waiting for an event to complete, I have
to set some state info
that the thread must check after the wait to decide if the event
succeeded.
why not allow notify to pass one to be taken at the wait if any?
Right now if I have a thread waiting for an event to complete, I have
to set some state info
that the thread must check after the wait to decide if the event
succeeded.