Uses of Package
org.eclipse.jetty.util.thread.strategy
-
Packages that use org.eclipse.jetty.util.thread.strategy Package Description org.eclipse.jetty.util.thread.strategy -
Classes in org.eclipse.jetty.util.thread.strategy used by org.eclipse.jetty.util.thread.strategy Class Description AdaptiveExecutionStrategy An adaptive execution strategy that uses theInvocablestatus 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.