Tadeu Zagallo
2a08897c6e
[ReactNative] Batch JS -> Native calls per queue
...
Summary:
@public
For every call that comes from JS to Native we'd call dispatch_async so the
method would be cllead on the queue/thread it's expecting. This diff
buckets the calls by target queue, dispatches only once to that queue, and then
call all the methods for it inside the same dispatch.
Test Plan: {F22510090}
2015-06-09 06:52:54 -08:00
..
2015-05-25 05:23:27 -08:00
2015-05-25 05:23:27 -08:00
2015-05-28 09:30:51 -08:00
2015-06-09 06:52:54 -08:00
2015-06-05 09:58:25 -08:00
2015-03-26 06:32:01 -07:00
2015-03-26 06:32:01 -07:00
2015-06-05 09:58:25 -08:00
2015-06-05 09:58:25 -08:00
2015-06-03 05:37:10 -08:00
2015-06-03 16:42:23 -08:00
2015-06-03 16:42:23 -08:00
2015-05-27 20:41:20 -08:00
2015-06-07 08:45:18 -08:00
2015-05-20 18:26:36 -08:00
2015-05-20 18:26:36 -08:00
2015-04-15 07:07:48 -08:00
2015-03-26 10:33:05 -08:00
2015-04-28 07:58:35 -08:00
2015-05-04 10:36:20 -08:00
2015-05-04 10:36:20 -08:00
2015-04-08 05:45:20 -08:00
2015-03-26 06:32:01 -07:00
2015-05-01 06:36:49 -08:00
2015-05-25 05:23:27 -08:00
2015-05-25 05:23:27 -08:00
2015-05-20 18:26:36 -08:00
2015-05-20 18:26:36 -08:00
2015-06-05 04:22:57 -08:00
2015-06-05 04:22:57 -08:00
2015-04-30 09:59:16 -08:00
2015-06-05 09:58:25 -08:00
2015-05-28 13:20:46 -08:00
2015-05-28 13:20:46 -08:00
2015-03-26 06:32:01 -07:00
2015-03-26 06:32:01 -07:00
2015-04-17 04:01:02 -08:00
2015-06-04 20:21:19 -08:00
2015-06-09 06:52:54 -08:00
2015-06-09 06:52:54 -08:00