scalaz

concurrent

package concurrent

Visibility
  1. Public
  2. All

Type Members

  1. final case class Actor[A](handler: (A) ⇒ Unit, onError: (Throwable) ⇒ Unit = ((x$1: Throwable) => throw x$1))(implicit strategy: Strategy) extends Product with Serializable

    Processes messages of type A sequentially.

  2. trait ActorFunctions extends AnyRef

  3. trait ActorInstances extends AnyRef

  4. trait Atomic[A] extends AnyRef

  5. trait Atomics extends AnyRef

  6. trait BooleanLatch extends AnyRef

  7. sealed trait Chan[A] extends AnyRef

  8. trait Concurrents extends ActorFunctions with PromiseFunctions

  9. sealed trait MVar[A] extends AnyRef

  10. trait MVarFunctions extends AnyRef

  11. sealed trait PhasedLatch extends AnyRef

  12. trait PhasedLatches extends AnyRef

  13. sealed trait Promise[A] extends AnyRef

  14. trait PromiseFunctions extends AnyRef

  15. trait PromiseInstances extends AnyRef

  16. trait Run[F] extends AnyRef

  17. trait Strategy extends AnyRef

    Evaluate an expression in some specific manner.

  18. trait Strategys extends StrategysLow

  19. trait StrategysLow extends AnyRef

Value Members

  1. object Actor extends ActorFunctions with ActorInstances with Serializable

  2. object Atomic extends Atomics

  3. object BooleanLatch

  4. object Chan

  5. object Concurrent extends Concurrents

  6. object MVar extends MVarFunctions

  7. object PhasedLatch extends PhasedLatches

  8. object Promise extends PromiseFunctions with PromiseInstances

  9. object Run

  10. object Strategy extends Strategys

Ungrouped