EventLoopIoCallback Function
Header: #include <applibs/eventloop.h>
The callback invoked by an EventLoop object when a registered I/O event occurs.
typedef void EventLoopIoCallback(EventLoop *el, int fd, EventLoop_IoEvents events, void *context);
Parameters
elThe EventLoop to which the callback is registered.fdThe file descriptor for the new I/O event.eventsThe bitmask of events raised for theEventLoopobject.contextThe optional context pointer that was passed to EventLoop_RegisterIo.
Povratne informacije
Pošalјite i prikažite povratne informacije za