interface Illuminate / Console / CommandMutex

CommandMutex

Methods

public

create ( $command ) : bool

Attempt to obtain a command mutex for the given command.

Parameters

public

exists ( $command ) : bool

Determine if a command mutex exists for the given command.

Parameters

public

forget ( $command ) : bool

Release the mutex for the given command.

Parameters