ThreadSchedule 1.0.0
Modern C++ thread management library
Loading...
Searching...
No Matches
threadschedule::ThreadPool::Statistics Struct Reference

Public Attributes

size_t total_threads
size_t active_threads
size_t pending_tasks
size_t completed_tasks

Detailed Description

Definition at line 892 of file thread_pool.hpp.

Member Data Documentation

◆ active_threads

size_t threadschedule::ThreadPool::Statistics::active_threads

Definition at line 895 of file thread_pool.hpp.

◆ completed_tasks

size_t threadschedule::ThreadPool::Statistics::completed_tasks

Definition at line 897 of file thread_pool.hpp.

◆ pending_tasks

size_t threadschedule::ThreadPool::Statistics::pending_tasks

Definition at line 896 of file thread_pool.hpp.

◆ total_threads

size_t threadschedule::ThreadPool::Statistics::total_threads

Definition at line 894 of file thread_pool.hpp.


The documentation for this struct was generated from the following file: