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 <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
|
@addaleax yes, will do. |
PR-URL: nodejs#8370 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
PR-URL: #8370 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Refs: #8370 (diff) PR-URL: #8400 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Refs: #8370 (diff) PR-URL: #8400 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Checklist
Affected core subsystem(s)
doc
Description of change
Fix typos / spelling errors in doc/api and doc/topics