
Public Member Functions | |
| tryAcquiring ($timeout=0) | |
| Tries to acquires this mutex. | |
| release () | |
| Releases this mutex. | |
Definition at line 7 of file IMutex.interface.php.
| spunQ_IMutex::release | ( | ) |
| spunQ_IMutex::tryAcquiring | ( | $ | timeout = 0 |
) |
Tries to acquires this mutex.
| $timeout | Amount of seconds the function should block until the lock is acquired. Setting this to NULL will block indefinitely (until max_execution_time runs out). The default value of 0 will not block at all. |
Implemented in spunQ_Mutex.
1.5.9