Namespace Mono.Terminal
Classes
MainLoop
Simple main loop implementation that can be used to monitor file descriptor, run timers and idle handlers.
UnixMainLoop
Unix main loop, suitable for using on Posix systems
Interfaces
IMainLoopDriver
Public interface to create your own platform specific main loop driver.
Enums
UnixMainLoop.Condition
Condition on which to wake up from file descriptor activity. These match the Linux/BSD poll definitions.