interface
    EventMutex        (View source)
        
    
        
            
        
    
    
            Methods
            
                    
                
                    bool
                
                
                    create(
Event $event)
        
                                            
Attempt to obtain an event mutex for the given event.
                 
                
             
                    
                
                    bool
                
                
                    exists(
Event $event)
        
                                            
Determine if an event mutex exists for the given event.
                 
                
             
                    
                
                    void
                
                
                    forget(
Event $event)
        
                                            
Clear the event mutex for the given event.
                 
                
             
             
        Details
            
                    
                    
        
    
            
        
                            Attempt to obtain an event mutex for the given event.
                        
         
        
     
             
                    
                    
        
    
            
        
                            Determine if an event mutex exists for the given event.
                        
         
        
     
             
                    
                    
        
    
            
        
                            Clear the event mutex for the given event.