Function silc_schedule
SYNOPSIS
void silc_schedule(SilcSchedule schedule);
DESCRIPTION
The SILC scheduler. The program will run inside this function.
When this returns the program is to be ended. Before this function can
be called, one must call silc_schedule_init function.
NOTES
On Windows this will block the program, but will continue dispatching
window messages, and thus can be used as the main loop of the program.
On Symbian this will return immediately. On Symbian calling
silc_schedule is same as calling silc_schedule_one.
|