pub fn spawn_device_thread(
core: Arc<SDCore>,
streamdeck: StreamDeck,
key_tx: UnboundedSender<(u8, bool)>,
) -> DeviceThreadHandle
Expand description
Spawns device thread from a core reference
pub fn spawn_device_thread(
core: Arc<SDCore>,
streamdeck: StreamDeck,
key_tx: UnboundedSender<(u8, bool)>,
) -> DeviceThreadHandle
Spawns device thread from a core reference