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

Method start_ping_timer

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

Source from the content-addressed store, hash-verified

114 }
115
116 pub fn start_ping_timer(&self) -> impl Future<Output = ()> + use<> {
117 self.send_ping_msg(PingMessage::StartTimer)
118 }
119
120 pub fn stop_ping_timer(&self) -> impl Future<Output = ()> + use<> {
121 self.send_ping_msg(PingMessage::StopTimer)

Callers 1

perform_handshakeMethod · 0.80

Calls 1

send_ping_msgMethod · 0.80

Tested by

no test coverage detected