object DrainingControl
- Source
- Consumer.scala
- Alphabetic
- By Inheritance
- DrainingControl
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def apply[T]: (Control, Future[T]) => DrainingControl[T]
Combine the consumer control and a stream completion signal materialized values into one, so that the stream can be stopped in a controlled way without losing commits.
Combine the consumer control and a stream completion signal materialized values into one, so that the stream can be stopped in a controlled way without losing commits.
For use in the
toMat
combination of materialized values. - def apply[T](tuple: (Control, Future[T])): DrainingControl[T]
Combine the consumer control and a stream completion signal materialized values into one, so that the stream can be stopped in a controlled way without losing commits.
Combine the consumer control and a stream completion signal materialized values into one, so that the stream can be stopped in a controlled way without losing commits.
For use in
mapMaterializedValue
.