mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
318e9f283e
Summary: Changelog: [internal] This brings native scheduler close to React's scheduler. React's scheduler executes all tasks in the queue within a single dispatch (they use setTimeout(0) for dispatch) and makes sure to not schedule two dispatches. Relevant JS code: https://github.com/facebook/react/blob/master/packages/scheduler/src/forks/SchedulerNoDOM.js#L359 Reviewed By: JoshuaGross Differential Revision: D27793200 fbshipit-source-id: 4af13d95cfe4d33d0945f25929ccbea5f9ce5710