Move RuntimeExecutor declaration to react/utils

Summary: Right now RuntimeExecutor is only used in Fabric. Moving it out of Fabric's uimanager/primitives.h and into react/utils so we can use it more broadly.

Reviewed By: shergin

Differential Revision: D16385366

fbshipit-source-id: 96063e536e1480bac078a9376fe55f7d8750477e
This commit is contained in:
Emily Janzer
2019-07-24 19:48:33 -07:00
committed by Facebook Github Bot
parent 91681016e8
commit 7266ebda56
9 changed files with 32 additions and 8 deletions
@@ -7,7 +7,7 @@
#include <fb/fbjni.h>
#include <jsi/jsi.h>
#include <react/core/EventBeat.h>
#include <react/uimanager/primitives.h>
#include <react/utils/RuntimeExecutor.h>
#include <mutex>
#include <unordered_set>