Lock this record buffer so that a sequence of method invocations on this record buffer can occur uninterrupted by other threads. The buffer will remain locked until endSequence is called. It is valid to invoke other methods on this record buffer between the calls to beginSequence and endSequence (the implementation guarantees this by employing a recursive mutex).

Synopsis

Declared in <ball_fixedsizerecordbuffer.h>

virtual
void
beginSequence() override;

Created with MrDocs