interface CommandMutex
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.
bool create(Command $command)
bool exists(Command $command)
bool forget(Command $command)