Click or drag to resize
Akka.NETResizableMultiReaderRingBufferT Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ResizableMultiReaderRingBuffer(
	int initialSize,
	int maxSize,
	ICursors cursors
)

Parameters

initialSize
Type: SystemInt32
TBD
maxSize
Type: SystemInt32
TBD
cursors
Type: Akka.Streams.ImplementationICursors
TBD
Exceptions
ExceptionCondition
ArgumentExceptionTBD
See Also