We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47504fb commit 13cc988Copy full SHA for 13cc988
core/src/main/scala/ox/flow/FlowRunOps.scala
@@ -23,8 +23,6 @@ trait FlowRunOps[+T]:
23
*
24
* Must be run within a concurrency scope as a fork is created to run the flow. The size of the buffer is determined by the
25
* [[BufferCapacity]] that is in scope.
26
- *
27
- * Blocks until the flow completes.
28
*/
29
def runToChannel()(using OxUnsupervised, BufferCapacity): Source[T] =
30
// if the previous stage is a source, there's no point in creating a new channel & fork, just to copy data
0 commit comments