Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RingBuffer ¶
type RingBuffer[T any] struct { // contains filtered or unexported fields }
func (*RingBuffer[T]) Close ¶
func (r *RingBuffer[T]) Close()
func (*RingBuffer[T]) Name ¶
func (r *RingBuffer[T]) Name() string
func (*RingBuffer[T]) Receive ¶
func (r *RingBuffer[T]) Receive() (T, error)
func (*RingBuffer[T]) Send ¶
func (r *RingBuffer[T]) Send(value T) error
Click to show internal directories.
Click to hide internal directories.