pub fn start_heartbeat_loop_handle<E>(
handle: &LockRegistryHandle,
interval: Duration,
channel: Arc<E>,
)Expand description
Convenience wrapper that accepts a LockRegistryHandle instead of a bare
Arc<LockRegistry>.
pub fn start_heartbeat_loop_handle<E>(
handle: &LockRegistryHandle,
interval: Duration,
channel: Arc<E>,
)Convenience wrapper that accepts a LockRegistryHandle instead of a bare
Arc<LockRegistry>.