Click or drag to resize
Akka.NETResizableMultiReaderRingBufferT Properties

The ResizableMultiReaderRingBufferT generic type exposes the following members.

Properties
  NameDescription
Public propertyCapacityLeft
The maximum number of elements the buffer can still take.
Public propertyImmediatelyAvailable
The number of elements the buffer can still take without having to be resized.
Public propertyIsEmpty
TBD
Public propertyLength
The number of elements currently in the buffer.
Public propertyNonEmpty
TBD
Protected propertyUnderlyingArray
TBD
Top
See Also