MediaWiki
REL1_22
|
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 116 of file PoolCounter.php.
Definition at line 117 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 125 of file PoolCounter.php.
I want to do this task and I need to do it myself.
Reimplemented from PoolCounter.
Definition at line 121 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 129 of file PoolCounter.php.