Closed swsnr closed 3 weeks ago
Add a helper to return a standard result type from an invocation, automatically wrapping the return value into a tuple if it isn't a tuple yet.
Add another helper to return an async result from a future.
Update the gdbus example to demo the new async helper, and show how to simplify parameter handling with auto-derived variant structs.
Accidentally committed some left over change, I'll fix this tomorrow.
@sdroege Pipeline passes now, but the question about the name still stands... should I rename the method?
Thank you for reviewing and merging 🙏
Add a helper to return a standard result type from an invocation, automatically wrapping the return value into a tuple if it isn't a tuple yet.
Add another helper to return an async result from a future.
Update the gdbus example to demo the new async helper, and show how to simplify parameter handling with auto-derived variant structs.