Documentation
¶
Overview ¶
Package concurrent used to process concurrent request
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSingleGroup ¶
func NewSingleGroup[T any]() *singleGroup[T]
NewSingleGroup instance singleGroup
Types ¶
type Slice ¶
type Slice[T any] struct { // contains filtered or unexported fields }
Slice is a slice wrapper for safe concurrency
func (*Slice[T]) Append ¶
func (s *Slice[T]) Append(e ...T)
Append appends elements to the end of the Slice
Click to show internal directories.
Click to hide internal directories.