glencoesoftware / bioformats2raw

Bio-Formats image file format to raw format converter
GNU General Public License v2.0
82 stars 36 forks source link

Add getter for ThreadPoolExecutor #230

Closed melissalinkert closed 11 months ago

melissalinkert commented 11 months ago

As discussed yesterday with @DavidStirling and @chris-allan (and see previous comments in glencoesoftware/raw2ometiff#116). This should allow more visibility into running threads that are performing tile conversions. ExecutorService alone doesn't provide most of the features that are likely to be useful, so executor is now explicitly a ThreadPoolExecutor so that we don't have to cast it elsewhere.

melissalinkert commented 11 months ago

If we're happy with this, I'll do the same thing in raw2ometiff. I think this is the last thing to consider for 0.8.0.

melissalinkert commented 11 months ago

Closing as discussed just now with @DavidStirling, since this isn't especially helpful. We'll plan a more organized effort around this topic for the next release.