ec_thread_pool_shutdown
Last updated March 2020
Name
ec_thread_pool_shutdown — Shut down the current thread pool
Synopsis
#include "ec_thread_pool.h"
| void **ec_thread_pool_shutdown** (
| )
; | |
Description
Shut down the current thread pool.
This function returns void.
It is legal to call this function in the Scheduler
thread.
See Also
Was this page helpful?