[#node-BlockManager-2constructor] = xref:node.adoc[node]::xref:node/BlockManager.adoc[BlockManager]::BlockManager :relfileprefix: ../../ :mrdocs: Construct a block manager. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit BlockManager( xref:util/SignalInterrupt.adoc[util::SignalInterrupt] const& interrupt, xref:node/BlockManager/Options.adoc[Options] opts); ---- == Parameters [cols="1,4"] |=== | Name| Description | *interrupt* | Interrupt used to abort long‐running load operations. | *opts* | Options controlling block storage behavior. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#