implement wait tree widget

This commit is contained in:
wwylele
2016-09-22 13:52:52 +08:00
parent c59bdecd23
commit f69a543110
9 changed files with 636 additions and 0 deletions
+5
View File
@@ -236,4 +236,9 @@ void ThreadingInit();
*/
void ThreadingShutdown();
/**
* Get a const reference to the thread list for debug use
*/
const std::vector<SharedPtr<Thread>>& GetThreadList();
} // namespace