The thread management utility functions create and start a worker thread and allow a pending operation to be cancelled with correct synchronization. There are four thread management utility functions:
| Function | Description |
|---|---|
| ClusWorkerCheckTerminate | Determines whether or not a worker thread should exit as soon as possible. |
| ClusWorkerCreate | Creates a worker thread. |
| ClusWorkerTerminate | Terminates a worker thread. |