Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fork ¶
type Fork struct {
Name string // the name is required, since it's used in a user-side tracer when calling RecursiveWindUp()
Tracer loggeterrapi.ITracer
Parent upcommon.IRecursiveWindUp
// contains filtered or unexported fields
}
func NewFork ¶ added in v1.89.0
func NewFork(name string, tracer loggeterrapi.ITracer, parent upcommon.IRecursiveWindUp) *Fork
func (*Fork) RecursiveWindUp ¶
func (fork *Fork) RecursiveWindUp(tracer loggeterrapi.ITracer)
func (*Fork) RunFuncInParallel ¶
func (fork *Fork) RunFuncInParallel(f func())
Click to show internal directories.
Click to hide internal directories.