Skip to main content

Name

ec_thread_pool_shutdown — Shut down the current thread pool

Synopsis

#include "ec_thread_pool.h"

| void **ec_thread_pool_shutdown** ( | ); |   |

void;

Description

Shut down the current thread pool.

Return Values

This function returns void.

Threading

It is legal to call this function in the Scheduler thread.

See Also

Was this page helpful?