Interface Worker

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void executeInIoThread​(java.lang.Runnable task)
      Execute the given Runnable in the IO-Thread.
      • Methods inherited from interface java.lang.Runnable

        run
    • Method Detail

      • executeInIoThread

        void executeInIoThread​(java.lang.Runnable task)
        Execute the given Runnable in the IO-Thread. This may be now or later once the IO-Thread do some other work.
        Parameters:
        task - the Runnable to execute