Construct a block manager.
Synopsis
Declared in <node/blockstorage.h>
explicit
BlockManager(
util::SignalInterrupt const& interrupt,
Options opts);
Parameters
Name |
Description |
interrupt |
Interrupt used to abort long‐running load operations. |
opts |
Options controlling block storage behavior. |
Created with MrDocs