Hello just a remark about your readme, you say:
When to use this
- You have some data/context and needs to perform series of operations on it.
Where operations are independent.
- If you are ok on dealing with a state. Here in this case the context.
- If you are struck with .Net 4.0. On 4.5 there is Banzai [nuget library]>...
But in the second example, you explain how to interact with a context.
So I deduce that your first operation "FindSumOperation" need to be terminate before the second operation "FindAverageOperation" can begin ?
So in this case it's not independant ?
Hello just a remark about your readme, you say:
But in the second example, you explain how to interact with a context.
So I deduce that your first operation "FindSumOperation" need to be terminate before the second operation "FindAverageOperation" can begin ?
So in this case it's not independant ?