d_yield_proc (3) Linux Manual Page
d_yield_proc – Invisible dialog procedure that yields CPU time slices. Allegro game programming library. Synopsis#include <allegro.h> int d_yield_proc(int msg, DIALOG *d, int c); DescriptionAn 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…
