Class DaemonExecutor

    • Method Detail

      • createThread

        protected java.lang.Thread createThread​(java.lang.Runnable runnable,
                                                java.lang.String name)
        Factory method to create a thread waiting for the result of an asynchronous execution.
        Overrides:
        createThread in class DefaultExecutor
        Parameters:
        runnable - the runnable passed to the thread
        name - the name of the thread
        Returns:
        the thread