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. | |
Periodically runs tasks on every client.
1.8.6