# HG changeset patch # User jbe # Date 1428180169 -7200 # Node ID 88541c2aab4d9375106fbbf929fad124f2ecec5c # Parent 460e457730a2652565a97ec2a32ad4d810776961 Mention testing of file handle buffer test in io.poll(...) diff -r 460e457730a2 -r 88541c2aab4d reference.txt --- a/reference.txt Sat Apr 04 21:51:33 2015 +0200 +++ b/reference.txt Sat Apr 04 22:42:49 2015 +0200 @@ -55,8 +55,9 @@ 2. Table of file descriptors to wait for writing (optional, may be nil) 3. Timeout in seconds (optional, may be nil or zero to disable timeout) -Alternatively to file descriptors, the tables may contain file handles (in -which case the file descriptor is automatically extracted). +Alternatively to file descriptors, the tables may contain file handles, in +which case the file descriptor is automatically extracted from the file handle +and the file handle's buffer is additionally tested for pending data. Please note that support for non-blocking I/O operations is limited if you use ordinary file handles (as Moonbridge does). It is possible, however, to wait