MCPcopy Create free account
hub / github.com/Snapchat/Valdi / dispatchAfter

Method dispatchAfter

valdi/src/valdi/android/MainThreadDispatcher.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void MainThreadDispatcher::dispatchAfter(int64_t delayMs, Valdi::DispatchFunction* function) {
48 _runOnMainThreadDelayedMethod.call(toObject(), delayMs, reinterpret_cast<int64_t>(function));
49}
50
51} // namespace ValdiAndroid

Callers 1

scheduleFlushMethod · 0.80

Calls 2

toObjectFunction · 0.85
callMethod · 0.65

Tested by

no test coverage detected