Sends a string value into the channel. For buffered channels, blocks if the buffer is full. For unbuffered channels, blocks until a receiver calls receive.
the string to send.