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
The API currently doesn't allow clients to inspect the list of timers in any way, even for debugging. Implementing fmt::Debug and/or providing a .timers() method that gives an iterator over the registered timers would be extremely handy.
The text was updated successfully, but these errors were encountered:
The API currently doesn't allow clients to inspect the list of timers in any way, even for debugging. Implementing
fmt::Debug
and/or providing a.timers()
method that gives an iterator over the registered timers would be extremely handy.The text was updated successfully, but these errors were encountered: