react-native/React/Executors
Tadeu Zagallo 99c7de2600 Stop the runloop from invalidate instead of dealloc
Summary:We were calling `CFRunLoopStop` from `-dealloc` in the `JSCExecutor`, but dealloc
is not guaranteed to run in the same thread. Move it to `-invalidate` instead.

Reviewed By: javache

Differential Revision: D3092645

fb-gh-sync-id: 94b51fec4a9fe0784feeb83d1b0c41de1cd7c052
fbshipit-source-id: 94b51fec4a9fe0784feeb83d1b0c41de1cd7c052
2016-03-30 08:12:18 -07:00
..
RCTJSCExecutor.h Remove unusued RCTJSCExecutor methods 2016-03-16 10:23:20 -07:00
RCTJSCExecutor.m Stop the runloop from invalidate instead of dealloc 2016-03-30 08:12:18 -07:00