| Function silc_schedule_wakeup
 
 SYNOPSIS
 
    void silc_schedule_wakeup(SilcSchedule schedule);
DESCRIPTION
    Wakes up the scheduler. This is may be used in multi-threaded
    environments where threads may add new tasks or remove old tasks
    from the scheduler. This is called to wake up the scheduler in the
    main thread so that it detects the changes in the scheduler.
    If threads support is not compiled in this function has no effect.
 
 
 
 |