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
Timers are provided by the runtime, specifically by uv. We will want a core::unstable::timer (to be promoted to core::timer) module with an API that can be backed either by libuv or by blocking implementations.