silc_thread_queue_disconnect

SYNOPSIS

    SilcBool 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 and this returns FALSE. Otherwise this returns TRUE as long as there are threads connected to the queue.