Documentation
¶
Overview ¶
Package once provides retryable one-time execution helpers.
New code should import this package instead of the legacy multiproc/sync path:
import "github.com/InsideGallery/core/multiproc/once"
Compatibility: github.com/InsideGallery/core/multiproc/sync remains available for existing consumers. Prefer Once from this package so call sites avoid a local name collision with the standard-library sync package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.