func()

in job_definition.go [76:81]


func (jd *JobDefinition[T]) Seal() {
	if jd.sealed {
		return
	}
	jd.sealed = true
}