.\" Generated by the Allegro makedoc utility .TH d_yield_proc 3alleg4 "version 4.4.2" "Allegro" "Allegro manual" .SH NAME d_yield_proc \- Invisible dialog procedure that yields CPU time slices. Allegro game programming library.\& .SH SYNOPSIS .B #include .sp .B int d_yield_proc(int msg, DIALOG *d, int c); .SH DESCRIPTION An invisible helper object that yields time slices for the scheduler (if the system supports it) when the GUI has nothing to do but waiting for user actions. You should put one instance of this object in each dialog array because it may be needed on systems with an unusual scheduling algorithm (for instance QNX) in order to make the GUI fully responsive. .SH SEE ALSO .BR rest (3alleg4), .BR exgui (3alleg4)