mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
106e30ed41
Fix incorrect doc of ScopedJoinHandle::is_finished Fixes the explanation how to use `is_finished` to achieve a non-blocking join. The updated version matches the documentation of the non-scoped JoinHandle::is_finished.