Summary
Describes the result of a call to a
WorkNode<T>.
Generic type parameters
| T |
Type of result to compute. |
Remarks
This type is closed: Every value is either
null or an instance of
WorkStep<T>.Return or
WorkStep<T>.Call. The value
null is treated as being equivalent to a
WorkStep<T>.Return
containing a
default(T).
Operators
Nested types
| Indicates that the current delegate requires another value to be computed before it can continue. |
| Indicates that the current delegate has finished its work and returned a result. |