Module message_io::events[][src]

Structs

EventQueue

It's a generic and synchronized queue where the user can send events. The user must be read these events in order to dispatch actions. See EventSender to see how send events. This entity can be used as an utility for the crate::network module redirecting the network events to process them later from here.

EventSender

Struct used to send events into a EventQueue. This type can only be generated by the receiver EventQueue.