BaseUnfoldCpsAsyncEmitAbsorber
cps.stream.BaseUnfoldCpsAsyncEmitAbsorber
trait BaseUnfoldCpsAsyncEmitAbsorber[R, F[_], C <: CpsMonadContext[F], T](using val ec: ExecutionContext, val asyncMonad: CpsConcurrentMonad[F] { type Context = C; }) extends CpsAsyncEmitAbsorber4[R, F, C, T]
Attributes
- Source
- BaseUnfoldCpsAsyncEmitAbsorber.scala
- Graph
-
- Supertypes
- Known subtypes
-
Members list
Type members
Classlikes
case class Emitted(value: T, emitPromise: Promise[Unit]) extends SupplyEventRecord
Attributes
- Source
- BaseUnfoldCpsAsyncEmitAbsorber.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass SupplyEventRecordclass Objecttrait Matchableclass AnyShow all
case class Finished(result: Try[Unit]) extends SupplyEventRecord
Attributes
- Source
- BaseUnfoldCpsAsyncEmitAbsorber.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass SupplyEventRecordclass Objecttrait Matchableclass AnyShow all
case object SpawnEmitter extends SupplyEventRecord
Attributes
- Source
- BaseUnfoldCpsAsyncEmitAbsorber.scala
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass SupplyEventRecordclass Objecttrait Matchableclass AnyShow all
- Self type
-
SpawnEmitter.type
class State
Attributes
- Source
- BaseUnfoldCpsAsyncEmitAbsorber.scala
- Supertypes
-
class Objecttrait Matchableclass Any
class StepsObserver(state: State) extends CpsAsyncEmitter[F, T]
Attributes
- Source
- BaseUnfoldCpsAsyncEmitAbsorber.scala
- Supertypes
Attributes
- Source
- BaseUnfoldCpsAsyncEmitAbsorber.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Types
Attributes
Attributes
Inherited types
Attributes
- Inherited from:
- CpsAsyncEmitAbsorber4
- Source
- CpsAsyncEmitAbsorber.scala
Attributes
- Inherited from:
- CpsAsyncEmitAbsorber4
- Source
- CpsAsyncEmitAbsorber.scala
Attributes
- Inherited from:
- CpsAsyncEmitAbsorber4
- Source
- CpsAsyncEmitAbsorber.scala
Value members
Abstract methods
Attributes
Attributes
Concrete methods
Attributes
Attributes
Attributes
Givens
Givens
Attributes
Attributes
Inherited givens
Attributes
- Inherited from:
- CpsAsyncEmitAbsorber4
- Source
- CpsAsyncEmitAbsorber.scala
In this article