thank you Forrest for reply; it did cleared up a few things for me. i hope to continue this conversation on https://github.com/joyent/node/issues/7555 thx
On Saturday, May 3, 2014 7:02:32 PM UTC-4, [email protected] wrote: > > Can recursive/nested ticks happen in node? I mean functions registered > with process.nextTick()? Is this possible in user land or node-core only? > > i'm trying to make sense of the below code from node.cc: > > if (tick_info->in_tick()) { > > return ret; > > } > > > > … > > > > tick_info->set_in_tick(true); > > > > env->tick_callback_function()->Call(process, 0, NULL); > > > > tick_info->set_in_tick(false); > > > > thanks! > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/b147291a-943a-4422-bf65-7d14570d569a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
