Struct tic::Controller[][src]

pub struct Controller<T> { /* fields omitted */ }

a Controller allows interacting with a remote Receiver

Methods

impl<T> Controller<T>
[src]

takes a snapshot of the current meters by cloning them

this will block until the Receiver responds

Auto Trait Implementations

impl<T> Send for Controller<T> where
    T: Send

impl<T> Sync for Controller<T> where
    T: Send