Struct pendulum::future::TimerBuilder [] [src]

pub struct TimerBuilder { /* fields omitted */ }

Builder for configuring and constructing instances of Timer.

Methods

impl TimerBuilder
[src]

[src]

Sets the PendulumBuilder used to construct the backing Pendulum.

[src]

Sets the channel capacity, used for communicating with the backing thread.

[src]

PendulumBuilder used to construct the backing Pendulum.

[src]

Capacity of the communication channel with the backing thread.

[src]

Construct a Timer with the current configuration.

Trait Implementations

impl Default for TimerBuilder
[src]

[src]

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