2014-07-01 10:26 GMT+02:00 Saúl Ibarra Corretgé <[email protected]>: > Updated proposal: > https://gist.github.com/saghul/909502cc7367a25c247a#file-uv_read2-md > > Basically I ditched the upfront allocation approach and switched to > using an allocation callback. It's still possible for users to > preallocate buffers by using a struct that embeds the request and > storing them there anyway.
What would happen if I called uv_read() at the same time for the same stream and/or the same read req? -- 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.
