Home
last modified time | relevance | path

Searched refs:scheduleAsync (Results 1 – 6 of 6) sorted by relevance

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI48_0_0Instance.cpp249 scheduleAsync(std::move(m_workBuffer.front())); in setNativeToJsBridgeAndFlushCalls()
282 scheduleAsync(std::move(work)); in invokeAsync()
285 void Instance::JSCallInvoker::scheduleAsync(std::function<void()> &&work) { in scheduleAsync() function in ABI48_0_0facebook::ABI48_0_0React::Instance::JSCallInvoker
H A DABI48_0_0Instance.h162 void scheduleAsync(std::function<void()> &&work);
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI47_0_0Instance.cpp249 scheduleAsync(std::move(m_workBuffer.front())); in setNativeToJsBridgeAndFlushCalls()
282 scheduleAsync(std::move(work)); in invokeAsync()
285 void Instance::JSCallInvoker::scheduleAsync(std::function<void()> &&work) { in scheduleAsync() function in ABI47_0_0facebook::ABI47_0_0React::Instance::JSCallInvoker
H A DABI47_0_0Instance.h162 void scheduleAsync(std::function<void()> &&work);
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/cxxreact/
H A DABI49_0_0Instance.cpp255 scheduleAsync(std::move(m_workBuffer.front())); in setNativeToJsBridgeAndFlushCalls()
288 scheduleAsync(std::move(work)); in invokeAsync()
291 void Instance::JSCallInvoker::scheduleAsync(std::function<void()> &&work) { in scheduleAsync() function in ABI49_0_0facebook::ABI49_0_0React::Instance::JSCallInvoker
H A DABI49_0_0Instance.h162 void scheduleAsync(std::function<void()> &&work);