send


Description:

public void send (string value)

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.

Parameters:

value

the string to send.