DuppedInput

gopher.DuppedInput
class DuppedInput[F[_], A](origin: ReadChannel[F, A], bufSize: Int)(using api: Gopher[F])

Attributes

Source
DuppedInput.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def pair: (Channel[F, A, A], Channel[F, A, A])

Attributes

Source
DuppedInput.scala

Concrete fields

val runner: F[Unit]

Attributes

Source
DuppedInput.scala
val sink1: Channel[F, A, A]

Attributes

Source
DuppedInput.scala
val sink2: Channel[F, A, A]

Attributes

Source
DuppedInput.scala

Givens

Givens

given given_CpsSchedulingMonad_F: CpsSchedulingMonad[F]

Attributes

Source
DuppedInput.scala