18
18
thread starts processing a task. Before leaving, it again checks the task
19
19
queue and picks a new task if any exists. This is called by a SRV_WORKER
23
23
srv_que_task_queue_check(void);
24
24
/*==========================*/
25
25
/**************************************************************************
26
26
Performs round-robin on the server tasks. This is called by a SRV_WORKER
27
27
thread every second or so. */