Module java.base

Interface RunnableFuture<V>

    • Method Detail

      • run

        void run()
        Sets this Future to the result of its computation unless it has been cancelled.
        Specified by:
        run in interface Runnable
        See Also:
        Thread.run()