commit | 19cd81191e02b2c7e91e2a6e1ebdaff3e6ad3933 | [log] [tgz] |
---|---|---|
author | Jody Sankey <jsankey@google.com> | Fri Feb 26 22:17:46 2021 +0000 |
committer | CQ Bot <commit-bot@chromium.org> | Fri Feb 26 22:17:46 2021 +0000 |
tree | 143ac9ba6db93f528fe919ae05fc3a33a7c66450 | |
parent | 5f5e2c49e15ad23e2b53e164e5be83a60b3b7ea1 [diff] |
[rust] Remove clock ID from Timer. zx_timer_create only accepts a clock ID of monotonic and when we remove the zx_clock_get syscall the concept of defining a clock ID is going to be a bit difficult to explain. Simplest just to remove it from the rust API surface now. Specifically this CL also means we can remove ClockID from Rust when we remove the deprecated zx::Time::Get function. Change-Id: I64b9fa9d67d4ab96fdea14a9877573b901c02714 Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/491542 Reviewed-by: Tyler Mandry <tmandry@google.com> Commit-Queue: Jody Sankey <jsankey@google.com>
Pink + Purple == Fuchsia (a new operating system)
Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.
Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.
Read more about Fuchsia's principles.
See Getting Started.
See fuchsia.dev.