You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Looks like the
Instant
API in std will stabilise in the next stable rust release. I was going to do this usingPreciseTime
from thetime
crate in #703, but it looks like we might as well wait a few days and use thestd
type instead which should make our use of thetime
crate redundant.This will be useful for creating time-oriented events such as
DoubleClick
The text was updated successfully, but these errors were encountered: