MediaWiki
REL1_24
|
Public Member Functions | |
__construct () | |
acquireForAnyone () | |
I want to do this task, but if anyone else does it instead, it's also fine for me. | |
acquireForMe () | |
I want to do this task and I need to do it myself. | |
release () | |
I have successfully finished my task. |
Definition at line 151 of file PoolCounter.php.
Definition at line 154 of file PoolCounter.php.
I want to do this task, but if anyone else does it instead, it's also fine for me.
I will read its cached data.
Reimplemented from PoolCounter.
Definition at line 162 of file PoolCounter.php.
References PoolCounter\LOCKED, and Status\newGood().
I want to do this task and I need to do it myself.
Reimplemented from PoolCounter.
Definition at line 158 of file PoolCounter.php.
I have successfully finished my task.
Lets another one grab the lock, and returns the workers waiting on acquireForAnyone()
Reimplemented from PoolCounter.
Definition at line 166 of file PoolCounter.php.
References PoolCounter\LOCKED, and Status\newGood().