Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ProgramHandle ¶
func NewProgram ¶
func NewProgram[In any, Out any](f func(*T, In, Out), opts ...ProgramOption) ProgramHandle[In, Out]
type ProgramOption ¶
type ProgramOption func(*options)
func WithName ¶
func WithName(name string) ProgramOption
Click to show internal directories.
Click to hide internal directories.