| ResizableMultiReaderRingBufferTWrite Method |
Tries to write the given value into the buffer thereby potentially growing the backing array.
Returns true if the write was successful and false if the buffer is full and cannot grow anymore.
Namespace:
Akka.Streams.Implementation
Assembly:
Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public bool Write(
T value
)
member Write :
value : 'T -> bool
Parameters
- value
- Type: T
TBD
Return Value
Type:
BooleanTBD
See Also