sync

package
v0.1.10 Latest Latest
Warning

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

Go to latest
Published: Feb 2, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrorNoResult = errors.New("no result")

Functions

This section is empty.

Types

type QuickGroup

type QuickGroup[R any] interface {
	Go(f func(ctx context.Context) (R, error))
	Wait() (R, error)
}

func NewQuickGroup

func NewQuickGroup[R any](ctx context.Context) QuickGroup[R]

Jump to

Keyboard shortcuts

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