processing

package
v0.0.0-...-a89a7b4 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 2025 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 Channel

type Channel interface {
	Send(ctx context.Context, v *elem.Element)
	Receive(ctx context.Context) (*elem.Element, bool, error)
	Close() error
}

type Processing

type Processing interface {
	Provider
	Size() int
	Execute(req Request, name ...string)
	Close() error

	CreateChannel() Channel
}

type Provider

type Provider interface {
	GetPool() Processing
}

type Request

type Request interface {
	Execute(ctx context.Context)
}

Jump to

Keyboard shortcuts

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