MCPcopy Create free account
hub / github.com/OpenActionAPI/rust-elgato-streamdeck / AsyncStreamDeck

Class AsyncStreamDeck

src/asynchronous.rs:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31/// so this wrapper cannot be used in [current_thread](tokio::runtime::Builder::new_current_thread) runtimes
32#[derive(Clone)]
33pub struct AsyncStreamDeck {
34 kind: Kind,
35 device: Arc<Mutex<StreamDeck>>,
36}
37
38/// Static functions of the struct
39impl AsyncStreamDeck {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected