akka/akka-core
Fold inHandlers, outHandlers into GraphLogic to avoid redundat object creation
开放
#19,752 创建于 2016年2月11日
1 - triagedhelp wantedt:stream
仓库指标
- 星标
- (13,277 个星标)
- PR 合并指标
- (平均合并 8天 19小时) (30 天内合并 10 个 PR)
描述
Example can be simple stage like LastOptionStage where GraphStageLogic can have onPush, onUpstreamFinish methods and then handler can be added like: setHandler(in,this).
Base on @rkuhn comment: https://github.com/akka/akka/pull/19634/files#r52571768