Uses of Package
org.eclipse.jetty.util.thread.strategy
Packages that use org.eclipse.jetty.util.thread.strategy
-
Classes in org.eclipse.jetty.util.thread.strategy used by org.eclipse.jetty.util.thread.strategyClassDescriptionAn 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.