silc_thread_queue_timed_pop

SYNOPSIS

    void *silc_thread_queue_timed_pop(SilcThreadQueue queue,
                                      int timeout_msec);

DESCRIPTION

Takes data from the thread queue or waits at most `timeout_msec' milliseconds for the data to arrive. If data is not available when the timeout occurrs this returns NULL.