Luv.PollSourceFile descriptor polling.
See uv_poll_t — Poll handle in libuv.
Binds uv_poll_t.
Note that values of this type can be passed to functions in Luv.Handle, in addition to the functions in this module. In particular, see Luv.Handle.close.
Allocates and initializes a polling handle.
Binds uv_poll_init.
Creates a polling handle for an existing socket.
Binds uv_poll_init_socket.
Binds uv_poll_event.
Starts polling the underlying descriptor.
Binds uv_poll_start.
Stops polling.
Binds uv_poll_stop.