We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moving to an async first model could mean we can remove a few options on Execute / IPlatformProvider.
OnUIThreadAsync should pass a Func<Task> and not an Action
OnUIThreadAsync
Func<Task>
Action
The text was updated successfully, but these errors were encountered:
#590 OnUIThreadAsync takes a Func
e6b7b1d
#590 Fix up Samples
00b2d4a
Completed in e6b7b1d
Sorry, something went wrong.
No branches or pull requests
Moving to an async first model could mean we can remove a few options on Execute / IPlatformProvider.
OnUIThreadAsync
should pass aFunc<Task>
and not anAction
The text was updated successfully, but these errors were encountered: