object ReadChannel
- Companion:
- class
- Source:
- ReadChannel.scala
Value members
Concrete methods
- Value parameters:
- a
- value to produce
- Returns:
channel which emit value of a in loop and never close
- Source:
- ReadChannel.scala
- Value parameters:
- c
- iteratable to read from.
- Returns:
channel, which will emit all elements from 'c' and then close.
- Source:
- ReadChannel.scala
Givens
Givens
given emitAbsorber[F[_], C <: CpsMonadContext[F], T](using auxMonad: CpsSchedulingMonad[F] { type Context = C; }, gopherApi: Gopher[F]): emitAbsorber[F, C, T]
- Source:
- ReadChannel.scala