PowerToys icon indicating copy to clipboard operation
PowerToys copied to clipboard

toolkit should have `AsyncInvokable`, `AsyncListPage`

Open DHowett opened this issue 10 months ago • 1 comments

originally filed by @zadjii-msft

that does the thing async for you

it actually is still sync, we're just wrapping the implementation up

DHowett avatar Mar 31 '25 15:03 DHowett

case in point: look at https://github.com/microsoft/PowerToys/pull/39927/files#diff-a008e3451e0231ac243a4357c5a2902054fe5c4b6c67dbd1e01aaaf1d1f0e458

and when we get to this, go back and update ExecuteActionCommand to use the toolkit version

zadjii-msft avatar Jun 10 '25 11:06 zadjii-msft