GWBasic/bounce

Switch auth.rs to use async_std::io::timeout

Closed this issue · 0 comments

auth.rs uses "select" to implement timeouts.

Instead, use https://docs.rs/async-std/1.7.0/async_std/io/fn.timeout.html to implement timeouts