Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConcurrentSlice ¶
ConcurrentSlice type that can be safely shared between goroutines
func (*ConcurrentSlice[T]) Append ¶
func (s *ConcurrentSlice[T]) Append(v T)
func (*ConcurrentSlice[T]) Iter ¶
func (s *ConcurrentSlice[T]) Iter() <-chan T
func (*ConcurrentSlice[T]) Length ¶
func (s *ConcurrentSlice[T]) Length() int
Click to show internal directories.
Click to hide internal directories.