![]() | com.espertech.esper.compat.timers Namespace |
[Missing <summary> documentation for "N:com.espertech.esper.compat.timers"]
Class | Description | |
---|---|---|
![]() | HarmonicTimer |
Thread-based timer that used a harmonic algorithm to ensure that
the thread clicks at a regular interval.
|
![]() | HighResolutionTimer |
Windows timers are based on the system timer. The system timer runs at a
frequency of about 50-60 hz depending on your machine. This presents a
problem for applications that require finer granularity. The HighRes timer
allows us to get better granularity, but currently it only works on Windows.
Thanks to Luc Pattyn for clarifying some of the issues with high resolution
timers with the post on CodeProject.
|
![]() | HighResolutionTimerTimerEventHandler |
Delegate that is called by the windows multimedia timer upon trigger
of the timer.
|
![]() | HighResolutionTimerFactory |
Implementation of the TimerFactory that uses the HighResolutionTimer.
|
![]() | SystemTimerFactory |
Implementation of the timer factory that uses the system timer.
|
![]() | TimerException |
A general purpose exception for timer events
|
![]() | TimerFactory |
Creates timers.
|
Interface | Description | |
---|---|---|
![]() | ITimer |
An object that represents a timer. Timers must be
disposable.
|
![]() | ITimerFactory |
Factory object that creates timers.
|