Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/buttplugio/buttplug
/ wait_for_input
Function
wait_for_input
examples/src/bin/application.rs:34–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
async fn wait_for_input() {
35
let _ = read_line().await;
36
}
37
38
fn print_device_capabilities(device: &ButtplugClientDevice) {
39
println!(
" {}"
, device.name());
Callers
1
main
Function · 0.70
Calls
1
read_line
Function · 0.85
Tested by
no test coverage detected