QuickIO  0.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
periodic.h File Reference

Periodically runs tasks on every client. More...

#include "quickio.h"

Go to the source code of this file.

Macros

#define PERIODIC_INTERVAL   10
 How often periodic jobs run.
 
#define PERIODIC_INTERVAL_USEC   QEV_SEC_TO_USEC(PERIODIC_INTERVAL)
 The periodic interval in usec.
 

Functions

void periodic_run ()
 Run periodic tasks immediately.
 
void periodic_init ()
 Initialize the periodic task runner.
 

Detailed Description

Periodically runs tasks on every client.

Author
Andrew Stone andre.nosp@m.w@cl.nosp@m.ovar..nosp@m.com