Commit 62a66aa
docs: update explanation of setImmediate vs setTimeout (#8623)
* docs: update explanation of setImmediate vs setTimeout
Clarifies the execution order of setTimeout and setImmediate when called from the main module and inside an I/O callback.
Signed-off-by: Sébastien Dan <sebastien.dan@ikmail.com>
* fix: use bold and lowercase format for event loop phases
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Sébastien Dan <sdan@polygon.technology>
---------
Signed-off-by: Sébastien Dan <sebastien.dan@ikmail.com>
Signed-off-by: Sébastien Dan <sdan@polygon.technology>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent c9fa123 commit 62a66aa
File tree
1 file changed
+1
-1
lines changed- apps/site/pages/en/learn/asynchronous-work
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments