Struct cernan::source::FlushTimer [] [src]

pub struct FlushTimer;

The source of all flush pulses.

Trait Implementations

impl Source<FlushTimerConfig> for FlushTimer
[src]

[src]

Create a new FlushTimer. This will not produce a new thread, that must be managed by the end-user.

[src]

Run method invoked by RunnableSource. It is from this method that Sources produce metric::Events. Read more

[src]

Constructs a so-called runnable source for the given Source and config.` See RunnableSource. Read more

Auto Trait Implementations

impl Send for FlushTimer

impl Sync for FlushTimer