silc_thread_queue_connect
SYNOPSIS
SilcBool silc_thread_queue_connect(SilcThreadQueue queue);
DESCRIPTION
Connects current thread to the thread queue. This function must be called by each thread wanting to use the thread queue. After the thread is finished using the queue it must disconnect from the queue by calling silc_thread_queue_disconnect.