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

◆ name() [1/2]

string xtd::threading::thread::name ( ) const
noexcept

Gets the name of the thread.

Returns
A string containing the name of the thread, or empty ("") if no name was set.
Examples
mixing_std_and_xtd_threads.cpp.