rust-iot / radio-hal

Embedded rust radio abstraction crate
https://ryan.kurte.nz/notes/2020-01-05-rust-radio
MIT License
69 stars 13 forks source link

Async/Await? #2

Closed ryankurte closed 4 years ago

ryankurte commented 4 years ago

Now async/await has landed it should be possible to implement async functions over the existing pollable traits.

ryankurte commented 4 years ago

Implemented in #3, needs mocks and tests