Struct umio::ELoopBuilder [] [src]

pub struct ELoopBuilder { /* fields omitted */ }

Builder for specifying attributes of an event loop.

Methods

impl ELoopBuilder
[src]

Create a new event loop builder.

Manually set the maximum channel message capacity.

Manually set the maximum timer capacity.

Manually set the bind address for the udp socket in the event loop.

Manually set the length of buffers provided by the event loop.

Build the event loop with the current builder.