Class DelegatingWork

    • Constructor Detail

    • Method Detail

      • getDelegate

        public final Runnable getDelegate()
        Deprecated.
        Return the wrapped Runnable implementation.
      • run

        public void run()
        Deprecated.
        Delegates execution to the underlying Runnable.
        Specified by:
        run in interface Runnable
      • release

        public void release()
        Deprecated.
        This implementation is empty, since we expect the Runnable to terminate based on some specific shutdown signal.
        Specified by:
        release in interface Work