Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Add "scheduler" param to TransformWithInlineUpdate #981

Open
giard-alexandre opened this issue Jan 29, 2025 · 0 comments
Open

Comments

@giard-alexandre
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants