You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move argument extraction to a separate function so that we can call
`invoke` directly with arguments, without having to create bogus
`callback` arrays. Necessary to create a more robust implementation of
exceptions and finalizers.
See #111.
See #110.
See #105.
File Raw Min Zip Min/Zip
index.js 13417/13.10 4364/04.26 3715/03.63 1612/01.57
Within the Cadence implementation, callbacks given to `begin` will
accept an array of errors as their first argument. An empty array
indicates no errors.
See #111.
See #110.
See #105.
File Raw Min Zip Min/Zip
index.js 13300/12.99 4369/04.27 3681/03.59 1608/01.57
Propagate finalizers from a completed cadence to the callback given to
the `begin` function. This allows fixup finalizers the option of merging
the finalizers into the list of finalizers of the calling cadence.
See #111.
See #110.
See #105.
File Raw Min Zip Min/Zip
index.js 13931/13.60 4632/04.52 3788/03.70 1689/01.65
More tests would be nice, but I'll create separate issues for each
aspect of finalizers I want to test.
Closes#111.
See #110.
See #105.
File Raw Min Zip Min/Zip
index.js 14014/13.69 4636/04.53 3816/03.73 1688/01.65
No description provided.
The text was updated successfully, but these errors were encountered: