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, callback scheduling and delays are represented as fundamental integer types. Represent them as std::chrono::durations instead to make the callback system more robust.
Currently, callback scheduling and delays are represented as fundamental integer types. Represent them as std::chrono::durations instead to make the callback system more robust.