This example will hopefully be in the next 0.10 release addons doc: 
https://github.com/rvagg/node-addon-examples/tree/master/9_async_work/
It shows how to use uv_queue_work.
(doc PR here: https://github.com/joyent/node/pull/5809)
 -- Rod

On Wednesday, 24 July 2013 01:23:09 UTC+10, Sánta Gergely wrote:
>
> I tried the tutorial in the node.js manual, and there is a possibility to 
> use callback function, that returns the result of a c++ function.
> But my problem is, that it is not asynchronous and blocks my node.js 
> thread, while waiting to return.
> Is there any possibility to call a c++ function asynchronously?
>

-- 
-- 
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

--- 
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 nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to