Skip to main content

Module init

Module init 

Source

Functions§

check_messages_uniquenessunstable
Checks that all messages are unique by (protocol, name) pair. If there are duplicates, returns an error.
check_only
Starts node in “check only” mode. Entrypoints are started, then the system is immediately gracefully terminated.
start
Starts a node with the provided topology.
try_start
The same as start(), but returns an error rather than panics.