interface
Illuminate
/
Console
/
CommandMutex
CommandMutex
Methods
public
create ( $command ) : bool
Attempt to obtain a command mutex for the given command.
Parameters
- $command Command
public
exists ( $command ) : bool
Determine if a command mutex exists for the given command.
Parameters
- $command Command
public
forget ( $command ) : bool
Release the mutex for the given command.
Parameters
- $command Command