-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(timers): Refactor timers to use one async op per timer #12862
Commits on Nov 28, 2021
-
refactor(timers): Refactor timers to use one async op per timer
This change also makes the timers implementation closer to the spec, and sets up the stage to implement `AbortSignal.timeout()` (whatwg/dom#1032). Fixes denoland#8965. Fixes denoland#10974. Fixes denoland#11398.
Andreu Botella committedNov 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 0b69692 - Browse repository at this point
Copy the full SHA 0b69692View commit details -
Add a wildcard to dispatched/completed ops in op_sanitizer_unstable
Andreu Botella committedNov 28, 2021 Configuration menu - View commit details
-
Copy full SHA for d5a93c3 - Browse repository at this point
Copy the full SHA d5a93c3View commit details -
Andreu Botella committed
Nov 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 06752c9 - Browse repository at this point
Copy the full SHA 06752c9View commit details -
Andreu Botella committed
Nov 28, 2021 Configuration menu - View commit details
-
Copy full SHA for ab2beb2 - Browse repository at this point
Copy the full SHA ab2beb2View commit details
Commits on Nov 30, 2021
-
Merge branch 'main' into timers
Andreu Botella committedNov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 3106dcb - Browse repository at this point
Copy the full SHA 3106dcbView commit details -
Remove the timer ordering code, and test for it
Andreu Botella committedNov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 20259f0 - Browse repository at this point
Copy the full SHA 20259f0View commit details -
Andreu Botella committed
Nov 30, 2021 Configuration menu - View commit details
-
Copy full SHA for eb6a824 - Browse repository at this point
Copy the full SHA eb6a824View commit details
Commits on Dec 2, 2021
-
Make
runAfterTimeout
not run a callback until previous timers have ……resolved.
Andreu Botella committedDec 2, 2021 Configuration menu - View commit details
-
Copy full SHA for d729ca3 - Browse repository at this point
Copy the full SHA d729ca3View commit details -
Andreu Botella committed
Dec 2, 2021 Configuration menu - View commit details
-
Copy full SHA for fc9f06e - Browse repository at this point
Copy the full SHA fc9f06eView commit details -
Andreu Botella committed
Dec 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 6c896d4 - Browse repository at this point
Copy the full SHA 6c896d4View commit details -
Andreu Botella committed
Dec 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 7cfefe8 - Browse repository at this point
Copy the full SHA 7cfefe8View commit details
Commits on Dec 3, 2021
-
Merge branch 'main' into timers
Andreu Botella committedDec 3, 2021 Configuration menu - View commit details
-
Copy full SHA for 5bfe68b - Browse repository at this point
Copy the full SHA 5bfe68bView commit details
Commits on Dec 4, 2021
-
Review feedback and doc/comment update
Andreu Botella committedDec 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 40c618c - Browse repository at this point
Copy the full SHA 40c618cView commit details -
Make sure
timerOrdering
is not flakyAndreu Botella committedDec 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 2cdc9db - Browse repository at this point
Copy the full SHA 2cdc9dbView commit details -
Andreu Botella committed
Dec 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 8ee2865 - Browse repository at this point
Copy the full SHA 8ee2865View commit details
Commits on Dec 5, 2021
-
Don't use
delay
intimerOrdering
Andreu Botella committedDec 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 507fd7c - Browse repository at this point
Copy the full SHA 507fd7cView commit details