-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Execute animated operations that were peeked and not polled
Summary: Changes `peek`->`poll` on Animated node queues to a single `poll`, accounting for race conditions. In case the queue batch is split at some point, previously polled operation is kept as a "carry-over" inside the queue abstraction. Changelog: [Internal] Reviewed By: JoshuaGross Differential Revision: D34377737 fbshipit-source-id: 78e5ca60c4777576fbf009c3d3ffa53629221910
- Loading branch information
1 parent
4ec2d6c
commit 6b5c3db
Showing
1 changed file
with
27 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters