Struct mio::deprecated::EventLoopBuilder [] [src]

pub struct EventLoopBuilder { /* fields omitted */ }

Methods

impl EventLoopBuilder
[src]

Construct a new EventLoopBuilder with the default configuration values.

Sets the maximum number of messages that can be buffered on the event loop's notification channel before a send will fail.

The default value for this is 4096.

Sets the maximum number of messages that can be processed on any tick of the event loop.

The default value for this is 256.

Constructs a new EventLoop using the configured values. The EventLoop will not be running.

Trait Implementations

impl Debug for EventLoopBuilder
[src]

Formats the value using the given formatter.

impl Default for EventLoopBuilder
[src]

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

impl Clone for EventLoopBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more