SilcThreadPoolFunc

SYNOPSIS

    typedef void (*SilcThreadPoolFunc)(SilcSchedule schedule,
                                       void *context);

DESCRIPTION

A callback function of this type is given as argument to the silc_thread_pool_run. The `schedule' is the scheduler and the `context' is the `run_context' given as argument to silc_thread_pool_run.