Added some thread names

This commit is contained in:
emeric
2024-03-09 22:23:02 +01:00
parent 65d95060b0
commit 9c8844d866
4 changed files with 21 additions and 7 deletions
@@ -244,7 +244,7 @@ namespace Scanner
ScanStepScanFiles::MetadataScanQueue::MetadataScanQueue(MetaData::IParser& parser, std::size_t threadCount, bool& abort)
: _metadataParser{ parser }
, _scanContextRunner{ _scanContext, threadCount }
, _scanContextRunner{ _scanContext, threadCount, "ScannerMetadata" }
, _abort{ abort }
{}