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

Method sync

valdi/src/valdi/android/AndroidDispatchQueue.cpp:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void AndroidDispatchQueue::sync(const Valdi::DispatchFunction& /*function*/) {
22 SC_ABORT("Cannot call sync() on main thread");
23}
24
25void AndroidDispatchQueue::async(Valdi::DispatchFunction function) {
26 _taskQueue.enqueue(std::move(function));

Callers 12

runFunction · 0.45
createFileTreeFunction · 0.45
setupCRAFunction · 0.45
flushUpdatesSyncMethod · 0.45
preCompileMethod · 0.45
flushLoadOperationsMethod · 0.45
teardownMethod · 0.45
dispatchOnJsThreadMethod · 0.45
getUserSessionMethod · 0.45
getBoundPortMethod · 0.45
nodeWriteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected