void dispatch_event(int num_of_events)

this function is responsible for calling the callback functions belonging to all of the file descriptors that have indicated an event !

Documentation

this function is responsible for calling the callback functions belonging to all of the file descriptors that have indicated an event ! TODO : check handling of POLLERR situation TODO : check handling of several read events at once
Parameters:
num_of_events - number of events indicated by poll()

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.