Return whether data is waiting at a socket.
Bool pending( NetHandle h, Int timeout=5 )
h The connection
timeout The number of seconds to wait for data before timing out (defaults to five)
Return whether data is waiting at a socket, returning true if so, and returning false if there is still no data after the timeout period.
Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.
Net.NetHandle (3kaya)
Net.microPending (3kaya)
Net.microRecv (3kaya)
Net.recv (3kaya)