mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-22 20:13:08 +00:00
implement wait tree widget
This commit is contained in:
@@ -665,4 +665,8 @@ void ThreadingShutdown() {
|
||||
ready_queue.clear();
|
||||
}
|
||||
|
||||
const std::vector<SharedPtr<Thread>>& GetThreadList() {
|
||||
return thread_list;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user