Struct dharma::event_loop::EventLoop [] [src]

pub struct EventLoop<P, C> where
    P: Clone + Send + 'static,
    C: Clone + Send + Sync
{ /* fields omitted */ }

Thread loop with event queue with communication over bridges.

Methods

impl<P, C> EventLoop<P, C> where
    P: Clone + Send + Debug,
    C: Clone + Send + Sync
[src]

EventLoop constructor. Constructs EventLoop and all assigned modules.