imi-bigpicture / wsidicom

Python package for reading DICOM WSI file sets.
Apache License 2.0
32 stars 5 forks source link

Do not use thread pool if only one worker when writing file #71

Closed erikogabrielsson closed 1 year ago

erikogabrielsson commented 1 year ago

To allow writing dicom files from a non-thread safe image source, setting the worker count to 1 should also not use the thread pool executor.