Name

event_poll — check and invoke callbacks

Synopsis

#include <event.h>   
void event_poll (void); 
void;
 

Arguments

void

no arguments

Description

Checks all registered event sources and invokes the corresponding callbacks in an infinite loop.