-
-
Notifications
You must be signed in to change notification settings - Fork 16k
Tracking Issue for thread::sleep_until #113752
Copy link
Copy link
Open
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-sleep_until`#![feature(sleep_until)]``#![feature(sleep_until)]`T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Description
Activity
Metadata
Metadata
Assignees
Labels
C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-sleep_until`#![feature(sleep_until)]``#![feature(sleep_until)]`T-libsRelevant to the library team, which will review and decide on the PR/issue.Relevant to the library team, which will review and decide on the PR/issue.
Feature gate:
#![feature(sleep_until)]This is a tracking issue for the
thread::sleep_untilmethod. It pauses the current thread until a given deadline.Public API
Steps / History
clock_nanosleep: Specialize sleep_until implementation for unix (except mac) #141829sleep_untilon Apple platforms #151004sleep_untilon Motor and VEX #151538sleep_untilfor Fuchsia #152617Unresolved Questions
thread::sleep, something different or passedin by the user?
Instant, aSystemTimeor do we support both?Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩