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

Method scheduleExclusiveUpdate

valdi/src/valdi/runtime/Context/ViewNodeTree.cpp:703–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701}
702
703void ViewNodeTree::scheduleExclusiveUpdate(DispatchFunction updateFunction) {
704 scheduleExclusiveUpdate(std::move(updateFunction), DispatchFunction(), {});
705}
706
707void ViewNodeTree::scheduleExclusiveUpdate(DispatchFunction updateFunction, DispatchFunction completion) {
708 scheduleExclusiveUpdate(std::move(updateFunction), std::move(completion), {});

Callers 3

destroyViewNodeTreeMethod · 0.45
processRenderRequestMethod · 0.45
onColorPaletteUpdatedMethod · 0.45

Calls 1

DispatchFunctionClass · 0.85

Tested by

no test coverage detected