DynamicData icon indicating copy to clipboard operation
DynamicData copied to clipboard

[Feature]: Add "scheduler" param to TransformWithInlineUpdate

Open giard-alexandre opened this issue 11 months ago • 0 comments

Describe the functionality desired 🐞

Potential feature suggestion to optimize TransformWithInlineUpdate.

This scheduler could be used for running updateAction, making it possible to create the objects on a background thread while ensuring that updates happen on the desired thread (usually the UI thread in WPF style apps).

The steps the functionality will provide

N/A

Considerations

I use ObserveOn(scheduler) at the moment but this makes creation also run off main thread.

giard-alexandre avatar Jan 29 '25 22:01 giard-alexandre