Module wayland_server::sources
[−]
[src]
Event sources related functionnality
Different event sources can be registered to event loops additionnaly
to the wayland listening and clients sockets. This module contains types
associated with this functionnality, notably the Source type.
See the methods of the LoopToken type for the methods used to create these
event sources.
Structs
| FdInterest |
Flags to register interest on a file descriptor |
| IdleSource |
Idle event source |
| SignalEvent |
An event generated by an UNIX signal event source |
| Source |
A handle to an event source |
| TimerEvent |
A timer generated event. |
Enums
| FdEvent |
An event generated by an FD event source |