pushBuffer method

void pushBuffer()

Implementation

void pushBuffer() {
  _blockBuffers.add(currentBuffer.spawn());
}