Package org.gradle.workers


@Incubating package org.gradle.workers
Workers allow running pieces of work in the background, either in-process in isolated classloaders or out-of-process in reausable daemons.
Since:
3.5
  • Class
    Description
    Forking mode for workers.
    Isolation mode for workers.
    Represents the configuration of a worker.
    Indicates that a failure occurred during execution of work in a worker.
    Allows work to be submitted for asynchronous execution.