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
1. Don't advance time all at once, advance to each deadline.
2. Use a heap instead of constantly sorting/iterating.
3. Modernize the context logic to avoid extra goroutines.
4. Make calling Set/Add/etc. thread-safe. All callers will cooperatively
advance the clock until the requested time.
0 commit comments