Topic

object Topic
Companion
class
class Object
trait Matchable
class Any

Value members

Methods

def apply[F <: ([_$2] =>> Any), A](initial: A)(F: Concurrent[F]): F[Topic[F, A]]
Constructs a Topic for a provided Concurrent datatype. The
initial value is immediately published.
def in[G <: ([_$3] =>> Any), F <: ([_$4] =>> Any), A](initial: A)(F: Concurrent[F], G: Sync[G]): G[Topic[F, A]]
Constructs a Topic for a provided Concurrent datatype.
Like apply, but a Topic state is initialized using another effect constructor