Interface Worker

    • Method Detail

      • executeInIoThread

        void executeInIoThread​(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