imagej / imagej-ops

ImageJ Ops: "Write once, run anywhere" image processing
https://imagej.net/libs/imagej-ops
BSD 2-Clause "Simplified" License
88 stars 42 forks source link

Outline: use only 1 thread until the multithreading model is fixed. #639

Closed mdoube closed 3 years ago

mdoube commented 3 years ago

This PR (and https://github.com/imagej/imagej-ops/commit/d00da72880cb9e8817cf5202cb98a48d39e05110) is redundant and #624 should be merged instead.

It turns out that #624 was still buggy and the safe fallback is to go back to single threaded execution.