Compare commits

...
Author SHA1 Message Date
Devmate Bot d5e437870d xplat/js/react-native-github/packages/react-native/ReactCxxPlatform/react/utils/RunLoopObserverManager.cpp
Reviewed By: rshest

Differential Revision: D80328714
2025-08-15 07:46:43 -07:00
@@ -11,6 +11,7 @@
namespace facebook::react {
namespace {
/*
* Event beat associated with JavaScript runtime. The beat is called on
* RuntimeScheduler's thread induced by the UI thread event loop.
@@ -39,6 +40,7 @@ class EventBeatImpl : public EventBeat, public RunLoopObserver::Delegate {
private:
std::shared_ptr<const RunLoopObserver> uiRunLoopObserver_;
};
} // namespace
std::unique_ptr<EventBeat> RunLoopObserverManager::createEventBeat(
std::shared_ptr<EventBeat::OwnerBox> ownerBox,