Class ThreadedExecutor

    • Constructor Detail

      • ThreadedExecutor

        public ThreadedExecutor()
    • Method Detail

      • execute

        public void execute​(java.lang.Runnable command)
                     throws java.lang.InterruptedException
        Execute the given command in a new thread.
        Specified by:
        execute in interface Executor
        Throws:
        java.lang.InterruptedException