Add wrap logic directly to the property methods for callables for long running operations #720
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Instead of implementing
_prep_wrapped_messages
in the base class and overriding it in the async classes, we should wrap the logic directly within the property callable methods and get rid of this method (both from the base class and the subclasses).What we have now:
Instead we could do something like:
The text was updated successfully, but these errors were encountered: