Skip to content

Commit

Permalink
Minor doc improvements to BinaryMessenger (flutter#30923)
Browse files Browse the repository at this point in the history
Co-authored-by: gaaclarke <[email protected]>
  • Loading branch information
jiahaog and gaaclarke authored Jan 20, 2022
1 parent 4cc63b9 commit 32ed989
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ default TaskQueue makeBackgroundTaskQueue() {
/**
* Creates a TaskQueue that executes the tasks serially on a background thread.
*
* <p>There is no guarantee that the tasks will execute on the same thread, just that execution is
* serial.
* <p>{@link TaskQueueOptions} can be used to configure the task queue to execute tasks
* concurrently. Doing so can be more performant, though users need to ensure that the task
* handlers are thread-safe.
*/
@UiThread
default TaskQueue makeBackgroundTaskQueue(TaskQueueOptions options) {
Expand Down

0 comments on commit 32ed989

Please sign in to comment.