rust/library/std/src/thread
Matthias Krüger 106e30ed41
Rollup merge of #121530 - wgslr:master, r=Mark-Simulacrum
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.
2024-02-24 22:39:00 +01:00
..
local std test: better type name, clarifying comment 2023-01-09 16:08:26 +01:00
local.rs Get rid of some #[allow(static_mut_refs)] 2024-02-23 18:02:25 +03:00
mod.rs Use generic NonZero everywhere in std. 2024-02-22 15:17:33 +01:00
scoped.rs Fix incorrect doc of ScopedJoinHandle::is_finished 2024-02-24 00:39:00 +02:00
tests.rs Update tvOS support elsewhere in the stdlib 2023-06-21 14:59:40 -07:00