mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 05:16:01 +00:00
Our condvar doesn't support setting attributes, like pthread_condattr_setclock, which the current wait_timeout expects to have configured. Switch to a different implementation, following espidf.