Documentation
¶
Overview ¶
Package syncx provides concurrency helpers: single-flight groups and cooperative cancellation utilities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Group ¶
type Group[T any] struct { // contains filtered or unexported fields }
Group is a generic single-flight group that suppresses duplicate in-flight calls for the same key.
Click to show internal directories.
Click to hide internal directories.