pub struct MaintenanceSynchronousProxy { /* private fields */ }
Implementations§
source§impl MaintenanceSynchronousProxy
impl MaintenanceSynchronousProxy
pub fn new(channel: Channel) -> Self
pub fn into_channel(self) -> Channel
sourcepub fn wait_for_event(&self, deadline: Time) -> Result<MaintenanceEvent, Error>
pub fn wait_for_event(&self, deadline: Time) -> Result<MaintenanceEvent, Error>
Waits until an event arrives and returns it. It is safe for other threads to make concurrent requests while waiting for an event.
sourcepub fn get_writable_utc_clock(&self, ___deadline: Time) -> Result<Clock, Error>
pub fn get_writable_utc_clock(&self, ___deadline: Time) -> Result<Clock, Error>
Retrieve a UTC clock handle with write rights.