Struct dharma::event_loop::EventLoopInfo [] [src]

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

Context for creation of EventLoop.

Methods

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

Constructs new EventLoopInfo.

Add module constructor.

Consume EventLoopInfo to start event loop in new thread.