Interface BlockingTaskAwareExecutorService

    • Method Detail

      • execute

        void execute​(BlockingRunnable runnable)
        Executes the given command at some time in the future when the command is less probably to block a thread.
        Parameters:
        runnable - the command to execute
      • checkForReadyTasks

        void checkForReadyTasks()
        It checks for tasks ready to be processed in this ExecutorService. The invocation is done asynchronously, so the invoker is never blocked.