clarify watchCompletion only watches the stage, not the stream (#26224)
* clarify watchCompletion only watches the stage, not the stream * stage->operator
This commit is contained in:
parent
eaca6de25f
commit
5664f4ae88
5 changed files with 27 additions and 11 deletions
|
|
@ -181,7 +181,6 @@ import scala.util.control.NonFatal
|
|||
}
|
||||
}
|
||||
|
||||
// SourceQueueWithComplete impl
|
||||
override def watchCompletion() = completion.future
|
||||
override def offer(element: T): Future[QueueOfferResult] = {
|
||||
val p = Promise[QueueOfferResult]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue