Struct umio::ELoop [] [src]

pub struct ELoop<D: Dispatcher> { /* fields omitted */ }

Wrapper around the main application event loop.

Methods

impl<D: Dispatcher> ELoop<D>
[src]

Grab a channel to send messages to the event loop.

Run the event loop with the given dispatcher until a shutdown occurs.