Package eu.cloudnetservice.driver.impl.network.scheduler


package eu.cloudnetservice.driver.impl.network.scheduler
  • Class
    Description
    A rejected execution handler that starts the rejected task in the provided fallback executor.
    A scheduler for tasks that are triggered by incoming network calls and should be handled non-blocking (for execute invocations) with the lowest latency possible.
    An implementation of a network task scheduler that slowly starts more threads depending on the count of tasks that couldn't be scheduled into the core executor service.
    The task scheduler runnable that is responsible for scheduling incoming tasks into the target executor service.
    An implementation of a synchronous queue that always offers tasks to itself with a timeout instead of returning instantly if that is not possible.