January 2017
Intermediate to advanced
338 pages
7h 51m
English
Computation expressions can be further optimized if we carefully implement the design planning. We have discussed the design considerations of a computation workflow in the previous section of this chapter, and we shall carry the considerations as a quick foundation to perform optimization.
The optimization of computation expression is quite hard because of the following factors as consequences of computation expression syntax translations:
ReturnFrom method is translated to a method that returns a result of the underlying type of a computation expression. Therefore, we must ...Read now
Unlock full access