[#node-NodeContext-rpc_interruption_point] = xref:node.adoc[node]::xref:node/NodeContext.adoc[NodeContext]::rpc_interruption_point :relfileprefix: ../../ :mrdocs: Hook invoked at interruption points during long‐running RPCs. == Synopsis Declared in `<node/context.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::function<void()> rpc_interruption_point = [] {}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#