Package org.gradle.workers


package org.gradle.workers
Workers allow running pieces of work in the background, either in-process in isolated classloaders or out-of-process in reusable daemons.
Since:
3.5
  • Class
    Description
    A worker spec providing the requirements of an isolated classpath.
    A worker spec providing the requirements of a forked process.
    A worker spec providing the requirements of a forked process with a custom classpath.
    Represents the implementation of a unit of work to be used when submitting work to the WorkerExecutor.
    Indicates that a failure occurred during execution of work in a worker.
    Allows work to be submitted for asynchronous execution.
    Represents the common configuration of a worker.
    Marker interface for parameter objects to WorkActions.
    Used for work actions without parameters.
    Represents a queue of work items with a uniform set of worker requirements.