bandwidthThrottle\tokenBucket\storage\SingleProcessStorage::__construct PHP Method

__construct() public method

Initialization.
public __construct ( )
    public function __construct()
    {
        $this->mutex = new NoMutex();
    }