@@ -120,6 +120,13 @@ /** * \brief Waits until all threads have finished. */ - (void)waitUntilFinished; + +/** + * \brief Returns the size of the thread pool. + * + * \return The size of the thread pool + */ +- (size_t)size; @end