libuv/include
Fedor Indutny b5e7798a89 stream: introduce uv_try_write(...)
`uv_try_write(stream, buf, size)` acts like `uv_write()`,
but without queueing actual write until UV_POLLOUT (or IOCP completion).
This is useful for doing writes using on-stack `uv_write_t` requests.

fix #1025
2013-12-13 22:29:00 +04:00
..
pthread-fixes.h build: switch to autotools 2013-07-02 01:21:16 +02:00
stdint-msvc2008.h build: switch to autotools 2013-07-02 01:21:16 +02:00
tree.h build: switch to autotools 2013-07-02 01:21:16 +02:00
uv-bsd.h build: switch to autotools 2013-07-02 01:21:16 +02:00
uv-darwin.h fsevents: report errors to user 2013-10-31 01:06:37 +04:00
uv-errno.h libuv: add more getaddrinfo errors 2013-11-25 00:53:07 +01:00
uv-linux.h linux,darwin,win: link-local IPv6 addresses 2013-07-04 15:43:20 +02:00
uv-sunos.h build: switch to autotools 2013-07-02 01:21:16 +02:00
uv-unix.h unix: return exec errors from uv_spawn, not async 2013-11-07 22:10:38 +01:00
uv-win.h unix: return exec errors from uv_spawn, not async 2013-11-07 22:10:38 +01:00
uv.h stream: introduce uv_try_write(...) 2013-12-13 22:29:00 +04:00