Ooopsify write-string/partial.

This commit is contained in:
mainzelm 2003-02-26 10:57:24 +00:00
parent e0b3cbd1b1
commit 0016567893
1 changed files with 3 additions and 0 deletions

View File

@ -936,6 +936,9 @@ Returns two ports, the read and write end-points of a {\Unix} pipe.
Non-blocking I/O is only available on file descriptors and unbuffered
ports. Doing non-blocking I/O to a buffered port is not well-defined,
and is an error (the problem is the subsequent flush operation).
\oops{\ex{write-string/partial} is currently not implemented.
Consider using threads to achive the same functionality.}
\end{defundescx}
\subsection{Buffered I/O}