recursive

package
v0.0.0-...-75be81d Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2024 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A

type A struct {
	fn.Function[A, AInput, AOutput]
}

func (A) Call

func (a A) Call(ctx *fn.Context, input AInput) (output AOutput, err error)

type AInput

type AInput struct {
	Length future.Future[int]
}

type AOutput

type AOutput struct {
	Calc future.Future[int]
}

type B

type B struct {
	fn.Function[*B, BInput, BOutput]
}

func (B) Call

func (a B) Call(ctx *fn.Context, input BInput) (output BOutput, err error)

type BInput

type BInput struct {
	Length future.Future[int]
}

type BOutput

type BOutput struct {
	Calc future.Future[int]
}

Jump to

Keyboard shortcuts

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