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 |