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

Method setUpdateHandlerSynchronously

valdi/src/valdi/runtime/Context/Context.cpp:447–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445}
446
447void Context::setUpdateHandlerSynchronously(bool updateHandlerSynchronously) {
448 std::lock_guard<Mutex> guard(_mutex);
449 _updateHandlerSynchronously = updateHandlerSynchronously;
450}
451
452void Context::setCurrent(const Ref<Context>& currentContext) {
453 ContextBase::setCurrent(currentContext.get());

Calls

no outgoing calls

Tested by

no test coverage detected