Add static SetNameForCurrent for setting name of non-wxThreads
Co-authored-by: PB <PBforDev@gmail.com>
This commit is contained in:
@@ -596,6 +596,9 @@ public:
|
||||
// Delete() instead (or leave the thread terminate by itself)
|
||||
virtual ~wxThread();
|
||||
|
||||
// sets name to assist debugging
|
||||
static bool SetNameForCurrent(const wxString &name);
|
||||
|
||||
protected:
|
||||
// sets name to assist debugging
|
||||
bool SetName(const wxString &name);
|
||||
|
Reference in New Issue
Block a user