-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
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-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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 ↩