Dispenser¶
-
class
pyLambdaFlows.dispenser.Dispenser[source]¶ This class will explain data dependancies over two layers.
For instance, if you have 3 lambda instance incoming, pylambdaflow will use a dispenser class in order create the dependency graph.
distribute(3) -> [[0,1], [2]]
In this example the dependency graph will be like :
X1----N1 | X2----+ X3----N2with Xn the previous op and N the new one.