sapling-crypto icon indicating copy to clipboard operation
sapling-crypto copied to clipboard

Do not rely on drop() to perform final accumulation step

Open ebfull opened this issue 7 years ago • 0 comments

The MultiEq API relies on drop, which is not guaranteed to run. By wrapping the logic in a closure we ensure the final accumulation step must be performed to proceed with execution.

ebfull avatar Aug 14 '18 15:08 ebfull