tokio-rs / website

Website for the Tokio project
https://tokio.rs
MIT License
227 stars 328 forks source link

Handle spurious wakeups #740

Closed ibeckermayer closed 4 months ago

ibeckermayer commented 7 months ago

Updates the tutorial to handle spurious wakeups. Continuation from discussion in https://github.com/tokio-rs/website/pull/739

Playground