akka/akka-core

Fold inHandlers, outHandlers into GraphLogic to avoid redundat object creation

Ouverte

#19 752 ouverte le 11 févr. 2016

 (1 commentaire) (0 réaction) (0 personne assignée)Scala (3 547 forks)batch import
1 - triagedhelp wantedt:stream

Métriques du dépôt

Stars
 (13 277 étoiles)
Métriques de merge PR
 (Merge moyen 8j 19h) (10 PRs mergées en 30 j)

Description

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

Guide contributeur