Package

org.powerscala

concurrent

Permalink

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. class AtomicBoolean extends java.util.concurrent.atomic.AtomicBoolean

    Permalink
  2. class AtomicInt extends AtomicInteger

    Permalink

    AtomicInt extends the functionality of AtomicInteger to provide additional convenience functionality.

  3. case class Elapsed(time: Double) extends Product with Serializable

    Permalink
  4. class Report extends AnyRef

    Permalink
  5. case class Time(value: Double, pattern: String) extends Product with Serializable

    Permalink

    Time represents convenience values and utilities for lengths of time.

    Time represents convenience values and utilities for lengths of time. All values are represented as Doubles of time in seconds.

  6. case class TimeAmount(time: Double) extends Product with Serializable

    Permalink

Value Members

  1. object Time extends Serializable

    Permalink

Ungrouped