scalaz.stream.async

mutable

package mutable

Visibility
  1. Public
  2. All

Type Members

  1. trait Queue[A] extends AnyRef

    Asynchronous queue interface.

  2. trait Signal[A] extends immutable.Signal[A]

    A signal whose value may be set asynchronously.

  3. trait Topic[A] extends AnyRef

    Represents topic, that asynchronously exchanges messages between one or more publisher(s) and one or more subscriber(s).

  4. trait WriterTopic[W, I, O] extends AnyRef

    Like a Topic, but allows to specify Writer1 to eventually write the state W or produce O from arriving messages of I to this topic

Value Members

  1. object Signal

Ungrouped