pending

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: May 26, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectionState added in v0.0.3

type ConnectionState interface {
	Done() <-chan struct{}
}

type Registry

type Registry struct {
	// contains filtered or unexported fields
}

func NewRegistry

func NewRegistry(connection ConnectionState) *Registry

func (Registry) Consume

func (registry Registry) Consume(ctx context.Context, id string) error

func (Registry) Fulfill

func (registry Registry) Fulfill(ctx context.Context, id string, err error) error

func (Registry) Has

func (registry Registry) Has(id string) bool

func (Registry) Register

func (registry Registry) Register(id string)

func (Registry) Remove added in v0.0.3

func (registry Registry) Remove(id string)

Jump to

Keyboard shortcuts

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