feat(Core/Maps): Multithread startup map preloading (#22580)

This commit is contained in:
Takenbacon
2025-07-29 05:10:46 -07:00
committed by GitHub
parent f31643c72c
commit 57dacae38b
3 changed files with 42 additions and 5 deletions

View File

@@ -35,6 +35,7 @@ public:
void schedule_task(UpdateRequest* request);
void schedule_update(Map& map, uint32 diff, uint32 s_diff);
void schedule_map_preload(uint32 mapid);
void schedule_lfg_update(uint32 diff);
void wait();
void activate(std::size_t num_threads);