dev.tauri.choam.stream

Members list

Type members

Classlikes

final class AsyncQueueChunkNoneTerminatedSyntax[F[_], A](self: UnboundedQueue[F, Option[Chunk[A]]]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class AsyncQueueChunkSyntax[F[_], A](self: UnboundedQueue[F, Chunk[A]]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class AsyncQueueNoneTerminatedSyntax[F[_], A](self: UnboundedQueue[F, Option[A]]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final class AsyncQueueSyntax[F[_], A](self: UnboundedQueue[F, A]) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
abstract class RxnSignallingRef[F[_], A] extends SignallingRef[F, A]

An fs2.concurrent.SignallingRef, which is also readable/writable in the context of dev.tauri.choam.Rxn (i.e., it is a dev.tauri.choam.RefLike).

An fs2.concurrent.SignallingRef, which is also readable/writable in the context of dev.tauri.choam.Rxn (i.e., it is a dev.tauri.choam.RefLike).

Attributes

Companion
object
Supertypes
class SignallingRef[F, A]
trait Signal[F, A]
class Ref[F, A]
trait RefSink[F, A]
trait RefSource[F, A]
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
trait StreamSyntax

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object syntax.type
object syntax extends StreamSyntax

Attributes

Supertypes
trait StreamSyntax
class Object
trait Matchable
class Any
Self type
syntax.type

Value members

Concrete methods

def fromQueueNoneTerminated[F[_], A](q: UnboundedQueue[F, Option[A]], limit: Int)(implicit F: AsyncReactive[F]): Stream[F, A]
def fromQueueNoneTerminatedChunk[F[_], A](q: UnboundedQueue[F, Option[Chunk[A]]], limit: Int)(implicit F: AsyncReactive[F]): Stream[F, A]
def fromQueueUnterminated[F[_], A](q: UnboundedQueue[F, A], limit: Int)(implicit F: AsyncReactive[F]): Stream[F, A]
def fromQueueUnterminatedChunk[F[_], A](q: UnboundedQueue[F, Chunk[A]], limit: Int)(implicit F: AsyncReactive[F]): Stream[F, A]
def signallingRef[F[_] : AsyncReactive, A](initial: A): Axn[RxnSignallingRef[F, A]]