registry

package
v5.11.0 Latest Latest
Warning

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

Go to latest
Published: May 15, 2026 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package registry provides an ID registry for tracking child workflow IDs, enabling access to child workflow identifiers after they become available via callback results.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IDRegistry

type IDRegistry struct {
	sync.Mutex
	// contains filtered or unexported fields
}

IDRegistry used to gain access to child workflow ids after they become available via callback result.

func (*IDRegistry) Listen

func (c *IDRegistry) Listen(id uint64, cl Listener)

func (*IDRegistry) Push

func (c *IDRegistry) Push(id uint64, w bindings.WorkflowExecution, err error)

type Listener

type Listener func(w bindings.WorkflowExecution, err error)

Jump to

Keyboard shortcuts

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