On Fri, Mar 2, 2012 at 10:45, Erik Dubbelboer <[email protected]> wrote: > Calling eio_set_min_parallel() from a module still seems to work (only on > unix I guess). What exactly has moved to libuv?
All the platform-specific code. eio_set_min_parallel() still works because libuv is compiled without -fvisibility=hidden - if enabled, the symbol would not be visible. -- 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
