GrChannel.canSend

On a channel of size 1, the sender is blocked until something tells him he is ready to receive the value.

For any other size, the sender is never blocked until the buffer is full.

class GrChannel(T)
@property const
bool
canSend
()

Meta