ThreadPool.h file

Thread pool implementation for parallel task execution.

This module provides a simple thread pool implementation that allows for parallel execution of tasks. Tasks are submitted to the pool and executed by worker threads.

Classes

class ThreadPool
Thread pool for parallel task execution.