MCPcopy Create free account
hub / github.com/buttplugio/buttplug / stop_ping_timer

Method stop_ping_timer

crates/buttplug_server/src/ping_timer.rs:120–122  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

118 }
119
120 pub fn stop_ping_timer(&self) -> impl Future<Output = ()> + use<> {
121 self.send_ping_msg(PingMessage::StopTimer)
122 }
123
124 pub fn update_ping_time(&self) -> impl Future<Output = ()> + use<> {
125 self.send_ping_msg(PingMessage::Ping)

Callers 1

disconnectMethod · 0.80

Calls 1

send_ping_msgMethod · 0.80

Tested by

no test coverage detected