package stream
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- stream
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class AsyncQueueChunkNoneTerminatedSyntax[F[_], A] extends AnyVal
- final class AsyncQueueChunkSyntax[F[_], A] extends AnyVal
- final class AsyncQueueNoneTerminatedSyntax[F[_], A] extends AnyVal
- final class AsyncQueueSyntax[F[_], A] extends AnyVal
- 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).
- trait StreamSyntax extends StreamSyntax0
Value Members
- def fromQueueNoneTerminated[F[_], A](q: UnboundedQueue[F, Option[A]], limit: Int = Int.MaxValue)(implicit F: AsyncReactive[F]): Stream[F, A]
- def fromQueueNoneTerminatedChunk[F[_], A](q: UnboundedQueue[F, Option[Chunk[A]]], limit: Int = Int.MaxValue)(implicit F: AsyncReactive[F]): Stream[F, A]
- def fromQueueUnterminated[F[_], A](q: UnboundedQueue[F, A], limit: Int = Int.MaxValue)(implicit F: AsyncReactive[F]): Stream[F, A]
- def fromQueueUnterminatedChunk[F[_], A](q: UnboundedQueue[F, Chunk[A]], limit: Int = Int.MaxValue)(implicit F: AsyncReactive[F]): Stream[F, A]
- def signallingRef[F[_], A](initial: A)(implicit arg0: AsyncReactive[F]): Axn[RxnSignallingRef[F, A]]
- object RxnSignallingRef extends Serializable
- object syntax extends StreamSyntax