Struct dharma::dispatcher::Dispatcher [] [src]

pub struct Dispatcher { /* fields omitted */ }

Structure representing dispatcher of system events for use in multi-threaded program.

This version of Dispatcher does not accept EventHandlers which are not Send.

Methods

impl Dispatcher
[src]

Constructs new Dispatcher.

Return controller.

Starts processing events in current thread.