Skip to content
New issue

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

Updated the threading notice for platform channel responses. #7901

Merged
merged 5 commits into from
Apr 26, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/development/platform-integration/platform-channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -977,8 +977,7 @@ The platform side's handlers can execute
on the platform's main thread or they can execute on
a background thread if using a Task Queue.
You can invoke the platform side handlers asynchronously
and on any thread when the Task Queue API is available;
otherwise, they must be invoked on the platform thread.
and on any thread.

{{site.alert.note}}
On Android, the platform's main thread is sometimes
Expand Down