poll

@extern
object poll
class Object
trait Matchable
class Any
poll.type

Type members

Types

type nfds_t = CUnsignedLongInt
type pollEvent_t = CShort
type struct_pollfd = CStruct3[CInt, pollEvent_t, pollEvent_t]

Value members

Concrete methods

def poll(fds: Ptr[struct_pollfd], nfds: nfds_t, timeout: CInt): CInt