mirror of
https://github.com/corda/corda.git
synced 2025-03-28 06:39:01 +00:00
Since the function in question is the only one on the call stack above the reset method, there's no need to invoke the captured continuation -- we get the same effect by just returning normally, and it's more efficient that way.