Versions in this module Expand all Collapse all v0 v0.36.0 May 28, 2026 Changes in this version + const DefaultPythonPath + func ResolvePythonPath(pythonPath string) (string, error) + func ValidatePython(pythonPath string) error + type ProcessPool struct + func NewFileProcessPool(config types.Config, functionName string, path string, pythonPath string, ...) *ProcessPool + func NewStringProcessPool(config types.Config, functionName string, script string, pythonPath string, ...) *ProcessPool + func (p *ProcessPool) Execute(msg string, metadata map[string]string, msgType string, dataType string) (map[string]interface{}, error) + func (p *ProcessPool) SetIdleTimeout(d time.Duration) + func (p *ProcessPool) Shutdown()