Expand description
Tokio async shell driving the sans-io mmdvm_core codec.
Entry points:
AsyncModem— user-facing handle over a spawned modem task; useAsyncModem::spawnto wire up the internal loopEvent— inbound events the modem loop emits to consumers
Internal types (Command, ModemLoop, TxQueue) are
crate-private.
Structs§
- Async
Modem - Async handle to an MMDVM modem running in a spawned tokio task.
Enums§
- Event
- Events emitted by the modem loop to the consumer via
super::AsyncModem::next_event.