Check for connections waiting on a socket.
Bool connWaiting( Int socket, Int timeout=0 )
socket A socket number returned from Net.listen (3kaya)
timeout The number of seconds to wait for a connection attempt before timing out (defaults to zero)
Returns whether any connections are waiting on a socket opened with Net.listen (3kaya)
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.listen (3kaya)
Net.accept (3kaya)