autodoc.git/
traditional_manual/
chapter_9.html
Branch:
Tag:
Non-build tags
All tags
No tags
2003-10-06
2003-10-06 13:42:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5542074f9afb786835b46cc55109c0b6fb78b4cc (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
8.0
Added some notes about set_nonblocking().
Rev: src/modules/files/file.c:1.294
1064:
<dt class='head--doc'>Description</dt> <dd class='body--doc'><p>Sets this file to nonblocking operation.</p> </dd>
+
<dt class='head--doc'>Note</dt>
+
<dd class='body--doc'><p>Nonblocking operation is not supported on all Stdio.File objects.
+
Notably it is not guaranteed to be supported on objects returned
+
by <code>pipe()</code> unless <code>PROP_NONBLOCK</code> was specified in the call
+
to <code>pipe()</code>.</p>
+
</dd>
<dt class='head--doc'>See also</dt> <dd class='body--doc'><p><code>set_blocking()</code></p> </dd></dl>