2014-03-12 8:14 GMT+01:00 Saúl Ibarra Corretgé <[email protected]>: > You can create the socket yourself, put it in non-blocking mode and > pass it uv_pipe_open.
Thanks a lot. Will check it. To make things even more difficult I want unnamed pipes for inter-thread communication, which means I will create both sockets with socketpair() and won't call to bind on any of them. -- Iñaki Baz Castillo <[email protected]> -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
