interface
CommandMutex (View source)
Methods
bool
create(
Command $command)
Attempt to obtain a command mutex for the given command.
bool
exists(
Command $command)
Determine if a command mutex exists for the given command.
bool
forget(
Command $command)
Release the mutex for the given command.
Details
Attempt to obtain a command mutex for the given command.
Determine if a command mutex exists for the given command.
Release the mutex for the given command.