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