Net::connWaiting(3) Check for connections waiting on a socket.

SYNOPSIS

Bool connWaiting( Int socket, Int timeout=0 )

ARGUMENTS

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)

DESCRIPTION

Returns whether any connections are waiting on a socket opened with Net.listen(3kaya)

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others ([email protected]). For further information see http://kayalang.org/

LICENSE

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.

RELATED

Net.listen(3kaya)

Net.accept(3kaya)