Lines Matching refs:callback
46 Type definition for callback passed to :c:func:`uv_poll_start`.
90 as an event is detected the callback will be called with `status` set to 0,
103 anyway, the callback *may* be called reporting an error status, but this is
114 will not be set on the `events` field in the callback.
118 callback will be called again, as long as the given fd/socket remains
122 * The callback has been called because the socket became
123 readable/writable and the callback did not conduct a read/write on
125 * The callback committed a read on the socket, and has not read all the
127 * The callback committed a write on the socket, but it remained
134 writable and hence the callback will be called again (depending on the
143 Stop polling the file descriptor, the callback will no longer be called.
147 callback is also canceled, even if the socket state change notification