Class ThreadHelper


  • public class ThreadHelper
    extends Object
    Helper for threads
    • Constructor Detail

      • ThreadHelper

        public ThreadHelper()
    • Method Detail

      • runInNewThread

        public static <R extends Runnable> R runInNewThread​(R runnable)
        Starts a thread with the give runnable and waits for it