Add void Post(Action<object> action,object arg, DispatcherPriority priority = default); #8298
Closed
workgroupengineering
started this conversation in
Ideas
Replies: 1 comment
-
It was done #8304 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In commit 4ec36c9 of PR #8021 are remove generic methods from IDispatcher.
Post was added in PR #6527 to avoid closures in intense operations such as:
Avalonia/src/Avalonia.Visuals/Rendering/RenderLoop.cs
Lines 112 to 136 in 3e3396d
I would like to propose you to add the non-generic version which accepts an argument of type object.
Beta Was this translation helpful? Give feedback.
All reactions