mirror of https://github.com/lukechilds/node.git
Browse Source
Most calls to ref() and unref() are chainable, timers should be chainable, too. Typical use: var to = setTimeout(ontimeout, 123).unref(); PR-URL: https://github.com/nodejs/node/pull/2905 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trevor Norris <trevnorris@nodejs.org>v5.x
3 changed files with 15 additions and 0 deletions
Loading…
Reference in new issue