Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
* @param n_threads the number of threads in this thread pool.
* @param cpu the CPU core to which this thread pool is assigned
* @note each @c Task has its own crimson::thread::Condition, which possesses
- * possesses an fd, so we should keep the size of queue under a reasonable
- * limit.
+ * an fd, so we should keep the size of queue under a reasonable limit.
*/
ThreadPool(size_t n_threads, size_t queue_sz, unsigned cpu);
~ThreadPool();