Registry.clear

Clear out the content of the registry

This routine is useful when performing shutdown, as some nodes might try to access others in parallel, leading to error on closed channels. Calling clear before starting to shut down node essentially ensures that nodes are not reachable anymore.

struct Registry(API)
void
clear
()

Meta