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
Copy file name to clipboardExpand all lines: apps/site/pages/en/learn/asynchronous-work/understanding-processnexttick.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,4 +25,4 @@ Calling `setTimeout(() => {}, 0)` will execute the function at the end of next t
25
25
26
26
Use `nextTick()` when you want to make sure that in the next event loop iteration that code is already executed.
27
27
28
-
For more details on the order of events, refer to [Event loop](https://nodejs.org/en/learn/asynchronous-work/event-loop-timers-and-nexttick).
28
+
To learn more about the order of execution and how the event loop works, check out [the dedicated article](learn/asynchronous-work/event-loop-timers-and-nexttick)
0 commit comments