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
Currently, every single platform has the timeval struct being two signed integers, while core::time::Duration uses two unsigned integers, so on no platform would the conversion be straighforward (afaik).
For platforms where there is a straightforward mapping, it would be nice to provide this conversion API.
The text was updated successfully, but these errors were encountered: