[−][src]Crate event_manager
Event Manager traits and implementation.
Structs
| EventManager | Allows event subscribers to be registered, connected to the event loop, and later removed. |
| EventOps | Opaque object associated with an |
| EventSet | The type of epoll events we can monitor a file descriptor for. |
| Events | Wrapper over an |
| SubscriberId | Opaque object that uniquely represents a subscriber registered with an |
Enums
| Error | Error conditions that may appear during |
Traits
| EventSubscriber | Allows the interaction between an |
| MutEventSubscriber | Allows the interaction between an |
| SubscriberOps | API that allows users to add, remove, and interact with registered subscribers. |
Type Definitions
| Result | Generic result type that may return |