|
MediaWiki
REL1_23
|


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 123 of file PoolCounter.php.
Definition at line 124 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 132 of file PoolCounter.php.
I want to do this task and I need to do it myself.
Reimplemented from PoolCounter.
Definition at line 128 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 136 of file PoolCounter.php.