| Variables Summary: | |
| gg_task_callback_fn* | cb |
| void* | hook |
| int | pticks |
| int | ncalls |
| void* | exelock |
| int | lasttick |
| gg_task* | next |
| gg_task* | last |
| gg_task* | nextdl |
| gg_task* | lastdl |
| Variable Details: |
/* Function to call to run task */
/* Task data can be hung here */
/* Run once every pticks ticks. */
/* Run ncalls times (0 = infinite) */
/* Prevents reentry */