pub fn create_sender(options: TransportDescriptor) -> Result<Sender, Error>
Expand description
Create a sender, the sender only sends data and does not receive data, and
no sender has a separate ID, you can get the ID of the current sender by
get_id
.