org.powerscala

concurrent

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. class AtomicInt extends AtomicInteger

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

  2. class Report extends AnyRef

  3. sealed case class Time(value: Double, pattern: String) extends EnumEntry[Time] with Product with Serializable

    Time represents convenience values and utilities for lengths of time.

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

  5. trait WorkQueue extends AnyRef

    WorkQueue provides a backing concurrent queue to store a backlog of work to be done and can be invoked arbitrarily based on the needs of the implementation.

Value Members

  1. object Executor extends AnyRef

    Executor is a light-weight wrapper around a Java ExecutorService backred by a cached thread-pool.

  2. object Time extends Enumerated[Time] with Serializable

  3. object WorkQueue extends AnyRef