uint32_t grk_worker_id(void)
Returns the TaskFlow worker id of the calling thread.
Definition grok.cpp:236
size_t grk_num_workers(void)
Returns the number of worker threads in the core thread pool.
Definition grok.cpp:231
void * grk_thread_pool(void)
Returns an opaque handle to the core thread-pool executor.
Definition grok.cpp:226
ResWindow.
Definition CompressedChunkCache.h:36
uint32_t worker_id()
Returns the TaskFlow worker id of the calling thread.
Definition grk_thread_pool.h:50
tf::Executor & executor()
Returns a reference to the core library's tf::Executor.
Definition grk_thread_pool.h:32
size_t num_workers()
Returns the total number of worker threads in the core pool.
Definition grk_thread_pool.h:40