Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track the Instant at which each UiEvent is created once Rust 1.8 lands #708

Closed
mitchmindtree opened this issue Apr 9, 2016 · 0 comments
Closed

Comments

@mitchmindtree
Copy link
Contributor

Looks like the Instant API in std will stabilise in the next stable rust release. I was going to do this using PreciseTime from the time crate in #703, but it looks like we might as well wait a few days and use the std type instead which should make our use of the time crate redundant.

This will be useful for creating time-oriented events such as DoubleClick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant