[Feature Request] Add explicit memoization support to thePatched()
API
#398
Labels
enhancement
New feature or request
Patched()
API
#398
Describe the solution you'd like
In short:
Add a
memoized
argument to thePatched
andDeprecatePatch
APIs.Keep backward compatibility on those functions for non-specifying the
memoized
argument, but deprecate those signatures. Make sure documentation clearly indicate how existing calls may safely get converted.Delegate handling of the
patched
logic to Core.See temporalio/features#591 for details.
The text was updated successfully, but these errors were encountered: