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