NotifyingByteQueue.push

Push an item into the queue and notify the next waiting notification delegate about it.

  1. bool push(void[] data)
    class NotifyingByteQueue
    bool
    push
    (
    in void[] data
    )
  2. bool push(size_t size, void delegate(void[]) filler)

Parameters

data void[]

array of data that the item consists of

Return Value

Type: bool

true if push was successful false if not

Meta