PIThread now setup itself in thread func

This commit is contained in:
2024-12-29 10:50:38 +03:00
parent 0973379f53
commit 49713ddc57
3 changed files with 43 additions and 33 deletions

View File

@@ -299,6 +299,9 @@ private:
void _beginThread();
void _runThread();
void _endThread();
PIByteArray createThreadName(int size = 16) const;
void setThreadName();
};