@Deprecated public class SimpleMultiThreading extends Object
Constructor and Description |
---|
SimpleMultiThreading()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Vector<Chunk> |
divideIntoChunks(long imageSize,
int numThreads)
Deprecated.
|
static Thread[] |
newThreads()
Deprecated.
|
static Thread[] |
newThreads(int numThreads)
Deprecated.
|
static void |
start(Thread[] threads)
Deprecated.
|
static void |
startAndJoin(Thread[] threads)
Deprecated.
|
static void |
startTask(Runnable run)
Deprecated.
|
static void |
startTask(Runnable run,
int numThreads)
Deprecated.
|
static void |
threadHaltUnClean()
Deprecated.
|
static void |
threadWait(long milliseconds)
Deprecated.
|
public static Vector<Chunk> divideIntoChunks(long imageSize, int numThreads)
public static void startTask(Runnable run)
public static void startTask(Runnable run, int numThreads)
public static Thread[] newThreads()
public static Thread[] newThreads(int numThreads)
public static void startAndJoin(Thread[] threads)
public static void start(Thread[] threads)
public static void threadHaltUnClean()
public static void threadWait(long milliseconds)
Copyright © 2015–2022 ImgLib2. All rights reserved.