add fusing
This commit is contained in:
parent
0fb6654f4f
commit
a20bbce433
64 changed files with 1397 additions and 534 deletions
|
|
@ -226,6 +226,8 @@ private[akka] final class LastOptionStage[T] extends GraphStageWithMaterializedV
|
|||
})
|
||||
}, p.future)
|
||||
}
|
||||
|
||||
override def toString: String = "LastOptionStage"
|
||||
}
|
||||
|
||||
private[akka] final class HeadOptionStage[T] extends GraphStageWithMaterializedValue[SinkShape[T], Future[Option[T]]] {
|
||||
|
|
@ -256,4 +258,6 @@ private[akka] final class HeadOptionStage[T] extends GraphStageWithMaterializedV
|
|||
})
|
||||
}, p.future)
|
||||
}
|
||||
|
||||
override def toString: String = "HeadOptionStage"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue