28 ::ll::TypedStorage<8, 16, ::std::pair<::ChunkPos, ::ChunkState>> mChunkPosAndExpectedState;
29 ::ll::TypedStorage<4, 4, int> mPriority;
36 ::ll::TypedStorage<8, 32, ::SpinLockImpl> mChunkGenerationGridMapSpinLock;
40 ::std::unordered_map<::ChunkPos, ::std::shared_ptr<::LevelChunkGridAreaElement<::std::weak_ptr<::LevelChunk>>>>>
41 mChunkGenerationGridMap;
42 ::ll::TypedStorage<8, 32, ::SpinLockImpl> mChunksToAddToProcessingSpinLock;
43 ::ll::TypedStorage<8, 24, ::std::vector<::std::pair<::ChunkPos, ::ChunkState>>> mChunksToAddToProcessing;
44 ::ll::TypedStorage<8, 32, ::SpinLockImpl> mChunksReadyForProcessingSpinLock;
45 ::ll::TypedStorage<8, 64, ::std::unordered_set<::std::pair<::ChunkPos, ::ChunkState>>> mChunksReadyForProcessing;
46 ::ll::TypedStorage<8, 24, ::std::vector<::LevelChunkBuilderData::ChunkReadyForProcessingElement>> mChunkSortVector;
47 ::ll::TypedStorage<4, 4, ::std::atomic<int>> mChunkGenerationTasksInFlight;
48 ::ll::TypedStorage<8, 32, ::SpinLockImpl> mSpawnTasksLock;