pub type EventLoop = Threaded<Application>;
Aliased Type§
struct EventLoop {
thread: Sender<Event>,
}
Fields§
§thread: Sender<Event>
Waits for external events
pub type EventLoop = Threaded<Application>;
struct EventLoop {
thread: Sender<Event>,
}
thread: Sender<Event>
Waits for external events