CompletionService

sbt.CompletionService
See theCompletionService companion object

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def submit(node: TaskId[_], work: () => Completed): Unit

Submits a work node A with work that returns R. In Execute this is used for tasks returning sbt.Completed.

Submits a work node A with work that returns R. In Execute this is used for tasks returning sbt.Completed.

Attributes

def take(): Completed

Retrieves and removes the result from the next completed task, waiting if none are yet present. In Execute this is used for tasks returning sbt.Completed.

Retrieves and removes the result from the next completed task, waiting if none are yet present. In Execute this is used for tasks returning sbt.Completed.

Attributes