Closed melissalinkert closed 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.
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.
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, soexecutor
is now explicitly aThreadPoolExecutor
so that we don't have to cast it elsewhere.