xtd 0.2.0
Loading...
Searching...
No Matches

◆ is_thread_pool_thread()

bool xtd::threading::thread::is_thread_pool_thread ( ) const
noexcept

Gets a value indicating whether or not a thread belongs to the managed thread pool.

Returns
true if this thread belongs to the managed thread pool; otherwise, false.
Remarks
For more information see xtd::threading::thread_pool.