From 9681fcacf0fd477f999a52f6ff4151d4125d49d0 Mon Sep 17 00:00:00 2001 From: Saúl Ibarra Corretgé Date: Mon, 9 Feb 2015 21:16:26 +0100 Subject: deps: update libuv to 1.4.0 PR-URL: https://github.com/iojs/io.js/pull/773 Reviewed-By: Ben Noordhuis --- deps/uv/docs/src/stream.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'deps/uv/docs') diff --git a/deps/uv/docs/src/stream.rst b/deps/uv/docs/src/stream.rst index 2c669cf041..1f6682adc1 100644 --- a/deps/uv/docs/src/stream.rst +++ b/deps/uv/docs/src/stream.rst @@ -206,12 +206,14 @@ API Relying too much on this API is not recommended. It is likely to change significantly in the future. - Currently this only works on Windows and only for - :c:type:`uv_pipe_t` handles. + Currently only works on Windows for :c:type:`uv_pipe_t` handles. + On UNIX platforms, all :c:type:`uv_stream_t` handles are supported. Also libuv currently makes no ordering guarantee when the blocking mode is changed after write requests have already been submitted. Therefore it is recommended to set the blocking mode immediately after opening or creating the stream. + .. versionchanged:: 1.4.0 UNIX implementation added. + .. seealso:: The :c:type:`uv_handle_t` API functions also apply. -- cgit v1.2.3