Branch: Tag:

2003-10-06

2003-10-06 13:42:16 by Henrik Grubbström (Grubba) <grubba@grubba.org>

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>