semaphore

package
v0.15.17 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResourceSemaphore

type ResourceSemaphore[T any] struct {
	// contains filtered or unexported fields
}

ResourceSemaphore manages concurrent access to resources by limiting the number of active operations using a semaphore.

func New

func New[T any](concurrency int, fn func() T) ResourceSemaphore[T]

func (ResourceSemaphore[T]) Get

func (s ResourceSemaphore[T]) Get(ctx context.Context) (T, error)

func (ResourceSemaphore[T]) GetBlocking

func (s ResourceSemaphore[T]) GetBlocking() T

func (ResourceSemaphore[T]) Put

func (s ResourceSemaphore[T]) Put()

Jump to

Keyboard shortcuts

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