On Wed, Jun 6, 2012 at 3:21 AM, Tim Dickinson <price.ti...@gmail.com> wrote:
>>Well sure, but if it's blocked your timeout will never hit.
>
> Never say never. The codes not blocking in that sense. At some point the
> timer will go off. There are no forever loops.

Sure there are:

  setTimeout(process.exit, 1);
  while (1); // timer will never fire

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to