Searched defs:CoroutineManagerConfig (Results 1 – 1 of 1) sorted by relevance
27 struct CoroutineManagerConfig { struct28 static constexpr uint32_t WORKERS_COUNT_AUTO = 0;31 bool enableDrainQueueIface = false;33 bool enableMigration = false;35 bool migrateAwakenedCoros = false;37 uint32_t workersCount = WORKERS_COUNT_AUTO;39 uint32_t exclusiveWorkersLimit = 0;41 bool enablePerfStats = false;