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:
Arnout Engelen 2019-01-13 18:23:15 +01:00 committed by Patrik Nordwall
parent eaca6de25f
commit 5664f4ae88
5 changed files with 27 additions and 11 deletions

View file

@ -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]