parallel

package
v1.36.2 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BigQueryRow

type BigQueryRow struct {
	Row       bigquery.Row
	ProjectId string
	DataSetId string
	TableId   string
}

type ParallelFn

type ParallelFn struct {
	Kind       string
	Name       string
	EntityType reflect.Type
	Value      reflect.Value
	DelayFn    *delay.Function
}

func New

func New(name string, fn interface{}) *ParallelFn

func NewBigQuery

func NewBigQuery(name string, fn interface{}) *ParallelFn

func (*ParallelFn) Call

func (fn *ParallelFn) Call(ctx context.Context, args ...interface{})

Call underlying delay function

func (*ParallelFn) Run

func (fn *ParallelFn) Run(c *gin.Context, batchSize int, args ...interface{}) error

Run fn in parallel across all entities

Jump to

Keyboard shortcuts

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