interface Mutex
Attempt to obtain a mutex for the given event.
Determine if a mutex exists for the given event.
Clear the mutex for the given event.
bool create(Event $event)
bool exists(Event $event)
void forget(Event $event)