PowerToys
PowerToys copied to clipboard
toolkit should have `AsyncInvokable`, `AsyncListPage`
originally filed by @zadjii-msft
that does the thing async for you
it actually is still sync, we're just wrapping the implementation up
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