Uses of Record Class
sc.fiji.snt.SNTUtils.BackgroundTask
Packages that use SNTUtils.BackgroundTask
-
Uses of SNTUtils.BackgroundTask in sc.fiji.snt
Methods in sc.fiji.snt that return SNTUtils.BackgroundTaskModifier and TypeMethodDescriptionstatic <T> SNTUtils.BackgroundTask<T> SNTUtils.submitBackground(Callable<T> task, String threadName) Submitstaskto a bounded background (daemon) thread and returns immediately with a handle to it, instead of waiting for it likeSNTUtils.runWithTimeout(java.util.concurrent.Callable<T>, long, java.lang.String)does.