On Mon, Jun 10, 2013 at 9:12 AM, Vinay Ram <[email protected]> wrote:

> Is there any way to integrate libuv with GLib's main loop This has been
> asked 
> before<https://groups.google.com/forum/?fromgroups#!topic/nodejs/TeTkNmlfBIU>.
> I would like to know if there has been any new developments in this regard.
> libuv documentation has a section called 'Embedding libuv’s event loop in
> other 
> libraries<http://nikhilm.github.io/uvbook/eventloops.html#embedding-libuv-s-event-loop-in-other-libraries>'.
> But it is empty.
>
Hi Vinay,

I haven't gotten around to writing that section in detail, but
uv_backend_fd() [1] and uv_run() with UV_RUN_NOWAIT will help.

[1] https://github.com/joyent/libuv/blob/master/include/uv.h#L310

Nikhil

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


Reply via email to