Interface TryExecutor

    • Field Detail

    • Method Detail

      • tryExecute

        boolean tryExecute​(Runnable task)
        Deprecated.
        Attempt to execute a task.
        Parameters:
        task - The task to be executed
        Returns:
        True IFF the task has been given directly to a thread to execute. The task cannot be queued pending the later availability of a Thread.