Function silc_schedule_init
SYNOPSIS
SilcSchedule silc_schedule_init(int max_tasks);
DESCRIPTION
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.