Hey!

I just realized something as I was working on a concept for an embeddable 
nodejs API.

Most of the uv_*() functions are bound to a message loop. At least, the types 
obviously are, like uv_idle_t and such. But what about the fs bindings - are 
they bound to be stuck into a uv_loop? That's quite important to know.

It is therefore notable, as to embed nodejs' environment in a forgein message 
loop. In my case, this will be chromium's content API's base::MessageLoop.

Kind regards, Ingwie.

-- 
-- 
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/d/optout.

Reply via email to