v1.2.17
ComputeOnce:- Added typedef
ComputeOnceCall<V>for the computation callback signature. - Changed
_callfield type to nullableComputeOnceCall<V>?and clear it after computation completes to release references and prevent re-invocation.
- Added typedef