Packages

class FutureInPhase[T] extends InPhase

Source
InPhase.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FutureInPhase
  2. InPhase
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FutureInPhase(global: Global, phase: Phase, comment: String)(fn: ⇒ T)

Value Members

  1. val comment: String
    Definition Classes
    InPhase
  2. final def exec(): T
  3. def idle(future: Future[_], duration: Duration = Duration.Inf): Unit

    If the compilation activity has some idle time waiting on a future, then this can be recorded by using this method to perform the wait for you.

    If the compilation activity has some idle time waiting on a future, then this can be recorded by using this method to perform the wait for you. This allow the profiler to distinguish idle time (waiting for some related activity to complete), from for example waiting on I/O

    future

    the future that you are waiting on

    duration

    the maximum duration to wait

    Definition Classes
    InPhase
  4. val phase: Phase
    Definition Classes
    InPhase