Skip to content

Conversation

FrederikBolding
Copy link
Member

When an event is supposed to be scheduled immediately there is a chance that by the time we get to schedule it the time left is less than 0 milliseconds. In that case we should just execute immediately. This is most likely to happen during initialization.

@FrederikBolding FrederikBolding requested a review from a team as a code owner June 27, 2025 11:39
Copy link

codecov bot commented Jun 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.24%. Comparing base (b814848) to head (75d6586).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3510   +/-   ##
=======================================
  Coverage   98.24%   98.24%           
=======================================
  Files         407      407           
  Lines       11485    11488    +3     
  Branches     1782     1783    +1     
=======================================
+ Hits        11283    11286    +3     
  Misses        202      202           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
@FrederikBolding FrederikBolding added this pull request to the merge queue Jun 27, 2025
Merged via the queue into main with commit 913887d Jun 27, 2025
119 checks passed
@FrederikBolding FrederikBolding deleted the fb/handle-negative-ms branch June 27, 2025 12:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants