-
Notifications
You must be signed in to change notification settings - Fork 7
thread_pool thread_count
Alexy Pellegrini edited this page May 10, 2021
·
1 revision
nes::thread_pool::thread_count
(1) std::size_t thread_count() const noexcept;
- Returns the amout of worker threads in the thread pool.
None.
- Returns the amout of worker threads in the thread pool. Will always be greater than 0.
- Constant.
- Does not throw.