cf_threadpool_kick¶
Category: multithreading
GitHub: cute_multithreading.h
Tells the internal threads to wake and start processing tasks without blocking.
Parameters | Description |
---|---|
pool | The pool. |
Remarks¶
This function will not block. It immediately returns after signaling the threads in the pool to wake.
Related Pages¶
CF_TaskFn
cf_make_threadpool
cf_destroy_threadpool
cf_threadpool_add_task
cf_threadpool_kick_and_wait