Skip to content

doc: add timer classes #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from

Conversation

bengl
Copy link

@bengl bengl commented May 27, 2016

This is a re-do of nodejs#6206 as a PR against nodejs#6937.

It was easier to to simply re-do the commit than to rebase.

I made roughly the same changes as in the original commit with the addition of the following:

  • Normalized references to in-document methods so that they reference each other.
  • Removed the word "opaque" since documenting them makes them no longer opaque.
  • Folded the "Timer Reference Tracking" section into the class description for Timeout.

jasnell and others added 6 commits May 23, 2016 14:12
The timers returned by `setTimeout` and friends are actually instances
of `Timeout` and `Immediate`. Documenting them as such, so that the
`ref` and `unref` methods can be identified as methods on `Timeout`
objects.

Sparked by discussion in nodejs#5792
@jasnell jasnell force-pushed the doc-timers-copy branch 3 times, most recently from 3195663 to b707c46 Compare June 2, 2016 23:16
@jasnell jasnell force-pushed the doc-timers-copy branch 3 times, most recently from fb05064 to 4091f25 Compare June 28, 2016 14:28
@bengl
Copy link
Author

bengl commented Jun 28, 2016

Closing, since nodejs#6937 is now closed.

@bengl bengl closed this Jun 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants