moonbridge

changeset 74:88541c2aab4d

Mention testing of file handle buffer test in io.poll(...)
author jbe
date Sat Apr 04 22:42:49 2015 +0200 (2015-04-04)
parents 460e457730a2
children 9fff0cb4fc65
files reference.txt
line diff
     1.1 --- a/reference.txt	Sat Apr 04 21:51:33 2015 +0200
     1.2 +++ b/reference.txt	Sat Apr 04 22:42:49 2015 +0200
     1.3 @@ -55,8 +55,9 @@
     1.4  2. Table of file descriptors to wait for writing (optional, may be nil)
     1.5  3. Timeout in seconds (optional, may be nil or zero to disable timeout)
     1.6  
     1.7 -Alternatively to file descriptors, the tables may contain file handles (in
     1.8 -which case the file descriptor is automatically extracted).
     1.9 +Alternatively to file descriptors, the tables may contain file handles, in
    1.10 +which case the file descriptor is automatically extracted from the file handle
    1.11 +and the file handle's buffer is additionally tested for pending data.
    1.12  
    1.13  Please note that support for non-blocking I/O operations is limited if you use
    1.14  ordinary file handles (as Moonbridge does). It is possible, however, to wait

Impressum / About Us