Channel.put

Enqueues an element.

This function may block the the event that the internal buffer is full.

  1. void put(T item)
    struct Channel(T, size_t buffer_size = 100)
    void
    put
    ()
  2. void put(T item)

Meta