silc_thread_queue_push

SYNOPSIS

    void silc_thread_queue_push(SilcThreadQueue queue, void *data);

DESCRIPTION

Pushes the `data' into the thread queue. The data will become immediately available in the queue for other threads.