once

package
v1.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2026 License: GPL-3.0 Imports: 1 Imported by: 0

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

type Once

type Once = legacy.Once

Once performs one action successfully once and can be reset.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL