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
Minor (functionality added in a backward compatible manner)
run() now yields the number of tasks that fired this round with interval_ms > 0, letting callers ask "was anything actually due this round" without a timing-threshold proxy. Tasks with interval_ms == 0 are excluded from the count since they fire unconditionally every round and carry no signal about whether the round was busy. Existing callers that call next(scheduler) and ignore the return value are unaffected.