Using the Callback constructor is kinda tedious, especially for large functions. There are multiple reasons for this, for example the convoluted way of creating Dependency (via CallbackOutput.create or CallbackInput.create). Here are some steps that i identified to help with this:
Using the
Callbackconstructor is kinda tedious, especially for large functions. There are multiple reasons for this, for example the convoluted way of creatingDependency(viaCallbackOutput.createorCallbackInput.create). Here are some steps that i identified to help with this:CallbackOutput/Input) creation (a75eac6)callbackcomputation expression (Consider computation expressions for callbacks #9)