No description
Find a file
Roland Kuhn 17ac2ddd6d !str make ProcGen ThreadLocal-context aware
Flow(x).map(x => Flow(...)) type of setups would previously use the
generator incorrectly if the streams were created within an actor. This
is fixed now by making all stream-support actors set a ThreadLocal which
tells ActorBasedProcessorGenerator to override its contained
ActorRefFactory with the locally provided one.
2014-04-16 17:12:09 +02:00
akka-stream/src !str make ProcGen ThreadLocal-context aware 2014-04-16 17:12:09 +02:00