Struct opcua_server::util::PollingAction [] [src]

pub struct PollingAction {
    pub timer: Timer,
    pub timer_guard: Guard,
}

This is a convenience for a polling action. This struct starts a repeating timer that calls an action repeatedly.

Fields

Methods

impl PollingAction
[src]

[src]