thread_cnt property
Number of worker threads. Normally application will want to have at least one worker thread, unless when it wants to poll the library periodically, which in this case the worker thread can be set to zero.
Implementation
@ffi.UnsignedInt()
external int thread_cnt;