Function Channel.put
Enqueues an element.
void put
(
T item
);
void put
(
T item
) shared;
This function may block the the event that the internal buffer is full.