Home
last modified time | relevance | path

Searched refs:Lock (Results 1 – 4 of 4) sorted by relevance

/template/strap/ComboStrap/
H A DLock.php35 class Lock class
64 public static function create(string $name): Lock
66 return new Lock($name);
72 function acquire(): Lock
108 register_shutdown_function([Lock::class, 'shutdownHandling'], $this->lockName);
142 Lock::create($name)->release();
171 public function setTimeout(int $int): Lock
H A DEvent.php314 public static function getLock(): Lock
316 return Lock::create("combo-event");
/template/strap/action/
H A Deventsystem.php16 use ComboStrap\Lock; alias
27 private static Lock $taskRunnerlock;
52 self::$taskRunnerlock = Lock::create("combo-taskrunner");
H A Dindexer.php22 use ComboStrap\Lock; alias
89 $lock = Lock::create("combo-indexer");