Files
react-native/ReactCommon/react/renderer/core
Samuel Susla ffa533a19d Add option to use unbatched queues only
Summary:
Changelog: [internal]

My suggestion is to simplify event dispatching to only two options, synchronous and asynchronous.

Why?
- Fabric has only been using one queue, `AsynchronousBatched`.
- Batching happens even on `AsynchronousUnbatched`. It just batches events until JS thread starts processing them instead of waiting for the main run loop.
- It will make it easier to reason about the code in the future once we start utilising different priorities for Concurrent Mode.

Reviewed By: JoshuaGross

Differential Revision: D28603472

fbshipit-source-id: 14e3a9c15a012c550dc16a044c31d722051a2bdc
2021-05-22 12:19:05 -07:00
..
2021-05-20 21:24:25 -07:00
2021-04-01 04:50:59 -07:00
2021-04-01 04:50:59 -07:00
2021-01-10 19:46:40 -08:00
2021-03-10 12:39:12 -08:00
2021-03-24 03:52:31 -07:00
2021-03-24 03:52:31 -07:00