NotifyingQueue.pop

Pops a Request instance from the queue

  1. T* pop(Contiguous!(T) cont_buffer)
    class NotifyingQueue(T)
    static if(is(T == struct))
    T*
    pop
  2. T* pop(void[] buffer)

Parameters

cont_buffer Contiguous!(T)

contiguous buffer to deserialize to

Return Value

Type: T*

pointer to the deserialized struct, completely allocated in the given buffer

Meta