RequestTimeout
Request timeout library for Excimer with plain PHP fallback
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NWikimedia
 NRequestTimeout
 NDetail
 CBasicRequestTimeoutA fallback implementation used when Excimer is not available
 CCriticalSectionInternal class for tracking critical sections
 CExcimerRequestTimeoutExcimer implementation of request timeouts
 CExcimerTimerWrapperIt's difficult to avoid the circular reference in $this->timer due to the callback closure, which means this object is not destroyed implicitly when it goes out of scope
 CCriticalSectionMismatchExceptionAn exception thrown when CriticalSectionProvider::exit() is called with a name not matching the one used in the prior CriticalSectionProvider::enter() call
 CCriticalSectionProviderA class providing a named critical section concept
 CCriticalSectionScopeClass for automatically ending a critical section when a variable goes out of scope
 CEmergencyTimeoutExceptionAn exception which is thrown if a critical section is open for too long
 CRequestTimeout
 CRequestTimeoutExceptionAn exception which is thrown when the request timeout expires
 CTimeoutExceptionThe base class for timeout exceptions thrown by this library