Struct mio::EventLoopConfig [] [src]

pub struct EventLoopConfig {
    pub io_poll_timeout_ms: usize,
    pub notify_capacity: usize,
    pub messages_per_tick: usize,
    pub timer_tick_ms: u64,
    pub timer_wheel_size: usize,
    pub timer_capacity: usize,
}

Configure EventLoop runtime details

Fields

io_poll_timeout_ms
notify_capacity
messages_per_tick
timer_tick_ms
timer_wheel_size
timer_capacity

Trait Implementations

impl Default for EventLoopConfig

fn default() -> EventLoopConfig

Derived Implementations

impl Debug for EventLoopConfig

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for EventLoopConfig

fn clone(&self) -> EventLoopConfig

fn clone_from(&mut self, source: &Self)

impl Copy for EventLoopConfig