rust-embedded / nb

Minimal and reusable non-blocking I/O layer
Apache License 2.0
86 stars 15 forks source link

Refer to `Poll::Pending` in ReadMe. #45

Closed reitermarkus closed 5 months ago

reitermarkus commented 5 months ago

Async::NotReady isn't a thing anymore and “await mode” with yield doesn't exist.