Closed diesalbla closed 1 year ago
The observable field is a task F that produces a function. However, since the mutable logic is in the function body, and not in creating the function literal, there is no need to keep that wrapper F around.
observable
F
The
observable
field is a taskF
that produces a function. However, since the mutable logic is in the function body, and not in creating the function literal, there is no need to keep that wrapperF
around.