Available on crate feature
async only.Expand description
Async Stream Deck Code from this module is using block_in_place, and so they cannot be used in current_thread runtimes
Structs§
- Async
Device State Reader - Button reader that keeps state of the Stream Deck and returns events instead of full states
- Async
Stream Deck - Stream Deck interface suitable to be used in async, uses block_in_place so this wrapper cannot be used in current_thread runtimes
Functions§
- list_
devices_ async - Returns a list of devices as (Kind, Serial Number) that could be found using HidApi, can be safely ran inside multi_thread runtime
- refresh_
device_ list_ async - Actually refreshes the device list, can be safely ran inside multi_thread runtime