Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Implemented concurrent TaskQueues#29491

Merged
gaaclarke merged 4 commits intoflutter:masterfrom
gaaclarke:concurrent-task-queues
Nov 8, 2021
Merged

Implemented concurrent TaskQueues#29491
gaaclarke merged 4 commits intoflutter:masterfrom
gaaclarke:concurrent-task-queues

Conversation

@gaaclarke
Copy link
Member

@gaaclarke gaaclarke commented Nov 3, 2021

fixes: flutter/flutter#93081
related: b/204266846

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide and the C++, Objective-C, Java style guides.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt. See testing the engine for instructions on
    writing and running engine tests.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@google-cla google-cla bot added the cla: yes label Nov 3, 2021
@gaaclarke gaaclarke force-pushed the concurrent-task-queues branch from 4fd6225 to bd33bda Compare November 4, 2021 21:18
@gaaclarke gaaclarke marked this pull request as ready for review November 4, 2021 21:29
@gaaclarke gaaclarke requested a review from dnfield November 4, 2021 21:30
@gaaclarke gaaclarke force-pushed the concurrent-task-queues branch from 2098767 to 0aeaefc Compare November 6, 2021 01:27
@gaaclarke gaaclarke requested a review from dnfield November 6, 2021 01:28
Copy link
Contributor

@dnfield dnfield left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dnfield
Copy link
Contributor

dnfield commented Nov 6, 2021

Android tests seem unhappy

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Concurrent Background Platform Channels

4 participants