cps.stream.CpsAsyncEmitAbsorber
See theCpsAsyncEmitAbsorber companion object
This typeclass should be implemented for streams, which can be a target of asyncStream. i.e. if we want use generator of form
asyncStream[R] { out =>
...
out.emit(value)
}
Then we should have an implementation of given CpsAsyncEmitAbsorber[R]
in the current scope.
Attributes
- Companion
- object
- Source
- CpsAsyncEmitAbsorber.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
Members list
In this article