Home
last modified time | relevance | path

Searched refs:writing (Results 1 – 13 of 13) sorted by relevance

/libuv/docs/src/guide/
H A Dabout.rst4 `Nikhil Marathe <https://nikhilism.com>`_ started writing this book one
H A Dfilesystem.rst78 Here you see a common pattern when writing asynchronous programs. The
85 Filesystem writing is similarly simple using ``uv_fs_write()``. *Your callback
269 unknowingly be writing to a pipe. This makes it susceptible to `aborting on
H A Dbasics.rst27 * File is ready for writing
119 node.js uses the default loop as its main loop. If you are writing bindings
H A Dutilities.rst274 whenever the socket is ready for reading or writing. Calling ``uv_poll_start``
446 Käfer's excellent slides on writing node.js bindings --
H A Dnetworking.rst102 actual API for reading/writing is very similar to normal stream reads. To look
H A Dthreads.rst238 For writing wrappers to blocking libraries, a common :ref:`pattern <baton>`
/libuv/
H A DSECURITY.md13 …ithub.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about…
H A DCONTRIBUTING.md42 (Where v1.x is the latest stable branch as of this writing.)
74 * When writing comments, use properly constructed sentences, including
97 changed and why. Follow these guidelines when writing one:
H A DREADME.md320 at the time of writing (December 2019.)
/libuv/src/win/
H A Dtcp.c1395 int writing; in uv__tcp_try_cancel_reqs() local
1399 writing = tcp->stream.conn.write_reqs_pending > 0; in uv__tcp_try_cancel_reqs()
1400 if (!reading && !writing) in uv__tcp_try_cancel_reqs()
1407 if (writing) in uv__tcp_try_cancel_reqs()
1437 if (writing) in uv__tcp_try_cancel_reqs()
/libuv/docs/src/
H A Dfs_event.rst17 - Events for file modification (writing to a file) are not received if only the
H A Dhandle.rst125 like reading, writing, connecting, accepting new connections, etc.
H A Dfs.rst343 ext3 and ext4 at the time of this writing), check the :man:`getdents(2)` man page.

Completed in 22 milliseconds