Icicle\Concurrent\Sync\Lock::__construct PHP Method

__construct() public method

Creates a new lock permit object.
public __construct ( callable $releaser )
$releaser callable
    public function __construct(callable $releaser)
    {
        $this->releaser = $releaser;
    }