17 ::ll::TypedStorage<8, 32, ::std::string> mName;
18 ::ll::TypedStorage<4, 4, uint> mPriority;
19 ::ll::TypedStorage<8, 8, ::Scheduler&> mScheduler;
20 ::ll::TypedStorage<8, 8, ::WorkerPool&> mPrimaryWorkerPool;
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::reference_wrapper<::WorkerPool>>> mSecondaryWorkerPools;
22 ::ll::TypedStorage<8, 24, ::std::vector<::std::thread::id>> mAffinities;
27 QueueConfig& operator=(QueueConfig
const&);
28 QueueConfig(QueueConfig
const&);
41 ::std::string_view name,
45 ::std::initializer_list<::std::reference_wrapper<::WorkerPool>> secondaryWorkerPools,
46 ::gsl::span<::std::thread::id const> affinities