Function FullNode.shutdown

Called on node shutdown.

override void shutdown() @safe;

Note that this is called explicitly before any destructors, to allow clean shutdown of e.g. databases, which may require GC allocations during the shutdown phase.