Package org.cyclos.server.utils
Class ThreadHelper
- java.lang.Object
-
- org.cyclos.server.utils.ThreadHelper
-
public class ThreadHelper extends Object
Helper for threads
-
-
Constructor Summary
Constructors Constructor Description ThreadHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <R extends Runnable>
RrunInNewThread(R runnable)Starts a thread with the give runnable and waits for it
-
-
-
Method Detail
-
runInNewThread
public static <R extends Runnable> R runInNewThread(R runnable)
Starts a thread with the give runnable and waits for it
-
-