mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
implement wait tree widget
This commit is contained in:
parent
ce00c20861
commit
8b25c12ce8
9 changed files with 636 additions and 0 deletions
|
@ -665,4 +665,8 @@ void ThreadingShutdown() {
|
|||
ready_queue.clear();
|
||||
}
|
||||
|
||||
const std::vector<SharedPtr<Thread>>& GetThreadList() {
|
||||
return thread_list;
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue