pub fn register_global_network<E: Network + 'static>(executor: E)
Available on crate feature net only.
Expand description

Register provided Network as global network implementation.

§Panic

Multiple calls to this function are not permitted!!!