Skip to content

v1.2.17

Choose a tag to compare

@gmpassos gmpassos released this 31 Dec 00:53
· 34 commits to master since this release
  • ComputeOnce:
    • Added typedef ComputeOnceCall<V> for the computation callback signature.
    • Changed _call field type to nullable ComputeOnceCall<V>? and clear it after computation completes to release references and prevent re-invocation.