mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 08:06:23 +00:00
feat(Core/Maps): Multithread startup map preloading (#22580)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user