SilcSchedule silc_schedule_init(int max_tasks);
Initializes the scheduler. This returns the scheduler context that is given as argument usually to all silc_schedule_* functions. The `max_tasks' indicates the number of maximum tasks that the scheduler can handle.