cf_threadpool_kick_and_wait¶
Category: multithreading
GitHub: cute_multithreading.h
Tells the internal threads to wake and start processing tasks, and blocks until all tasks are done.
Parameters | Description |
---|---|
pool | The pool. |
Remarks¶
This function will block until all tasks are completed.
Related Pages¶
CF_TaskFn
cf_make_threadpool
cf_destroy_threadpool
cf_threadpool_add_task
cf_threadpool_kick