Conversation
|
Looks good to me! |
|
LGTM |
2 similar comments
|
LGTM |
|
LGTM |
| * **timers**: this phase executes callbacks scheduled by `setTimeout()` | ||
| and `setInterval()`. | ||
| * **I/O callbacks**: most types of callback except timers, `setImmedate()`, close | ||
| * **I/O callbacks**: most types of callback except timers, `setImmediate()`, close |
There was a problem hiding this comment.
Does this sentence look complete? I am not able to understand this.
There was a problem hiding this comment.
I didn't read the context but as is I also can't understand it.
There was a problem hiding this comment.
I think this is supposed to read as: all callbacks, but not the ones listed above under timers, the setImmediate() ones, and those listed under close callbacks which are run later…? But ack, it isn’t very clear…
There was a problem hiding this comment.
I agree, reading the full list one can infer something like this:
"executes almost all callbacks with the exception of close callbacks, the ones scheduled by timers and setImmediate()"
It is a long sentence but I think it's better to be explicit.
|
Changes look fine, LGTM. |
|
LGTM |
PR-URL: #8370 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
|
@addaleax yes, will do. |
PR-URL: nodejs#8370 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #8370 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Prince John Wesley <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Refs: #8370 (diff) PR-URL: #8400 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
Refs: #8370 (diff) PR-URL: #8400 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Franziska Hinkelmann <[email protected]>
Checklist
Affected core subsystem(s)
doc
Description of change
Fix typos / spelling errors in doc/api and doc/topics