Имя |
Описание |
Clock |
The Clock class provides properties for getting timer-counts in either milliseconds or microseconds, and the CPU's timestamp-counter if available. |
Opcode |
|
Opcode.NativeMethods |
|
Poller |
|
Poller.PollSet |
A PollSet contains a single Socket and an IPollEvents Handler that provides methods that signal when that socket is ready for reading or writing. |
PollerBase |
This serves as the parent-class for Poller and Proactor. It provides for managing a list of timers (ITimerEvents) - adding, cancelling, and executing them, and a Load property. |
PollerBase.TimerInfo |
Instances of this class contain a ITimerEvent sink and an integer Id. |
Signaler |
|
StringLib |
StringLib is a static class whose purpose is to provide miscellaneous string-related utility methods and extension properties. |