rust-embedded / nb

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

Use (conditionally-compiled) `std::thread::yield_now` in `block!` #17

Open Ekleog opened 5 years ago

Ekleog commented 5 years ago

I think the title says it all :)

What do you think about this?

Ekleog commented 5 years ago

Even better would be to use crossbeam-utils's Backoff, I guess.