Package org.eclipse.jetty.util.thread.strategy


package org.eclipse.jetty.util.thread.strategy
  • Classes
    Class
    Description
    An adaptive execution strategy that uses the Invocable status of both the task and the current thread to select an optimal strategy that prioritizes executing the task immediately in the current producing thread if it can be done so without thread starvation issues.
    A strategy where the thread that produces will always run the resulting task.
    A strategy where the caller thread iterates over task production, submitting each task to an Executor for execution.
    A strategy where the caller thread iterates over task production, submitting each task to an Executor for execution.