count() public method

Gets the number of currently available locks.
public count ( ) : integer
return integer The number of available locks.
Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function count() : int
 {
     return $this->semaphore->count();
 }