[][src]Function d3_components::network::get_network_sender

pub fn get_network_sender() -> NetSender

Obtain the network's sender. The returned sender is a clone, that you are free to use, further clone, or drop. Tip: cache the result and clone it when you need to send it.