silc_thread_queue_disconnect

SYNOPSIS

    void silc_thread_queue_disconnect(SilcThreadQueue queue);

DESCRIPTION

Disconnects the current thread from the thread queue. This must be called after the thread has finished using the thread queue.

When the last thread has disconnected from the queue the queue is destroyed.