rust/library/std/src/thread
Matthias Krüger 649c09996f
Rollup merge of #102313 - anirudh24seven:update_sleep_ms_doc, r=Mark-Simulacrum
Update docs so that deprecated method points to relevant method

The docs for the deprecated 'park_timeout_ms' method suggests that the user 'use park_timeout' method instead (at https://doc.rust-lang.org/std/thread/index.html).

Making a similar change so that the docs for the deprecated `sleep_ms` method suggest that the user `use sleep` method instead.
2022-10-02 03:16:38 +02:00
..
local Squashed implementation of the pass 2021-06-20 16:09:42 +02:00
local.rs Address feedback 2022-09-27 21:42:09 +02:00
mod.rs Update docs so that deprecated method points to relevant method 2022-09-26 19:28:51 +05:30
scoped.rs fix data race in thread::scope 2022-06-27 16:50:42 -04:00
tests.rs add some Miri-only tests 2022-08-18 18:07:39 -04:00