Files
react-native/ReactAndroid/src/main/java/com/facebook/react
David Vacca 95b21b4828 Refactor 'induce' of events in Fabric Android
Summary:
This diff refactors the exeuction of 'AsyncEventBeat.induce()' as part of the delivery of events of Fabric Android implementation.
The first part of the refactor moves the exeuction of onBatchEventDispatched out of the synchronization block for mEventsToDispatchLock. This lock is accessed from the UI Thread and executing the induce inside this synchronization block will affect UI,
The second part of the refactor is to ensure that the exeuction of the C++ method AsyncEventBeat.induce() always happen in the JS Thread.

Reviewed By: shergin

Differential Revision: D12861387

fbshipit-source-id: e1cd03467274a1c5fcd04b0ac7efdbe7169b14c3
2018-11-08 16:57:46 -08:00
..
2018-10-31 01:37:26 -07:00
2018-11-05 15:43:55 -08:00
2018-10-31 01:37:26 -07:00
2018-10-31 01:37:26 -07:00
2018-10-31 01:37:26 -07:00