Mipmap regeneration uses now submit() and not execute()
commit3d142e3184c7f981958d2ed073d5724f8c70e279
authorAlbert Cardona <acardona@ini.phys.ethz.ch>
Mon, 23 Mar 2009 13:57:52 +0000 (23 14:57 +0100)
committerAlbert Cardona <acardona@ini.phys.ethz.ch>
Mon, 23 Mar 2009 13:57:52 +0000 (23 14:57 +0100)
treefc037172099ac3b2e5a70d7dca6165bcfb36e773
parent4aaa55a11d6c56020b9bb1f90e864733cadca045
Mipmap regeneration uses now submit() and not execute()
on the ExecutorService, because the latter would fail when
the service is operating at capacity. submit(), on the other hand, will
simply queue the request.
ini/trakem2/persistence/FSLoader.java