Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cf1117b

Browse filesBrowse files
darai0512Italo A. Casas
authored andcommitted
doc: fix the timing of setImmediate's execution
About setImmediate, the execution timing is after timers currently. PR-URL: #12034 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 806c4f3 commit cf1117b
Copy full SHA for cf1117b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/timers.md‎

Copy file name to clipboardExpand all lines: doc/api/timers.md
+1-3Lines changed: 1 addition & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ added: v0.9.1
7575
* `...args` {any} Optional arguments to pass when the `callback` is called.
7676

7777
Schedules the "immediate" execution of the `callback` after I/O events'
78-
callbacks and before timers created using [`setTimeout()`][] and
79-
[`setInterval()`][] are triggered. Returns an `Immediate` for use with
80-
[`clearImmediate()`][].
78+
callbacks. Returns an `Immediate` for use with [`clearImmediate()`][].
8179

8280
When multiple calls to `setImmediate()` are made, the `callback` functions are
8381
queued for execution in the order in which they are created. The entire callback

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.