!str #17090 add AsyncStage
This commit is contained in:
parent
ad3829cd74
commit
4c623fade7
66 changed files with 981 additions and 787 deletions
|
|
@ -22,7 +22,7 @@ class FlowGraphCompileSpec extends AkkaSpec {
|
|||
|
||||
def op[In, Out]: () ⇒ PushStage[In, Out] = { () ⇒
|
||||
new PushStage[In, Out] {
|
||||
override def onPush(elem: In, ctx: Context[Out]): Directive =
|
||||
override def onPush(elem: In, ctx: Context[Out]): SyncDirective =
|
||||
ctx.push(elem.asInstanceOf[Out])
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue