Struct nexus::ReactorConfig [] [src]

pub struct ReactorConfig { /* fields omitted */ }

Configuration for the Reactor

Methods

impl ReactorConfig
[src]

Create a new default ReactorConfig.

Set the timer capacity.

This is used by the event loop to specify the number of timers allowed. An indication that this should be increased if if a ReactorError::TimerError is returned.

Set the tick interval for the timer.

Trait Implementations

impl Default for ReactorConfig
[src]

Returns the "default value" for a type. Read more