State

mill.exec.Execution.LeaseTracker.State
class State(initialPending: Int)

Attributes

Source
Execution.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val completed: AtomicBoolean

Attributes

Source
Execution.scala
val leases: ConcurrentLinkedQueue[Lease]

Attributes

Source
Execution.scala
val pending: AtomicInteger

Attributes

Source
Execution.scala