pub fn spawn_device_thread(
    core: Arc<SDCore>,
    streamdeck: StreamDeck,
    key_tx: Sender<(u8, bool)>
) -> DeviceThreadHandle
Expand description

Spawns device thread from a core reference