interface Illuminate / Console / Scheduling / EventMutex
You are viewing an older version of the documentation. For the latest, please visit master documentation.

EventMutex

Methods

public

create ( Event $event ) : bool

Attempt to obtain an event mutex for the given event.

Parameters

public

exists ( Event $event ) : bool

Determine if an event mutex exists for the given event.

Parameters

public

forget ( Event $event ) : void

Clear the event mutex for the given event.

Parameters