You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: