Commit 0b4b0efdb8ee710ccae5bad320fc24843fd428e5

José Luis Millán 2015-04-13T08:54:52

Return from event_del() after the last event callback termination Delete the event from the queue before blocking for the current event callback termination. Ensures that no callback is being executed when event_del() returns, hence making this function a secure mechanism to access data which is handled in the event callack. Fixes: #236 Fixes: #225 Refs: 6b4b77a Fixes: del_wait