I want to run some javascript from the node c++ addon. How can i call / push_task nodejs to execute my javascript so that everything of nodejs is available to the javascript_that_i_want_to_execute ?
Are there any existing example ? I started learning libuv and found uv_aync_init and uv_async_send. But how are i integrated then with v8 main loop ? I found node_contextify.h/cc but that is not made public for addons ? -- -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- 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]. For more options, visit https://groups.google.com/groups/opt_out.
