akka/akka-core
Fold inHandlers, outHandlers into GraphLogic to avoid redundat object creation
オープン
#19,752 opened on 2016/02/11
1 - triagedhelp wantedt:stream
Repository metrics
- Stars
- (13,277 個のスター)
- PR merge metrics
- (平均マージ 8d 19h) (30d で 10 merged PRs)
説明
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