Versions in this module Expand all Collapse all v0 v0.1.0 Feb 9, 2021 Changes in this version + func Fork(name string, args ...interface{}) (err error) + func Init() + func Register(f *Function) + func RegisterFunc(n string, fn interface{}) + type Function struct + Name string + Process *os.Process + ProcessState *os.ProcessState + Stderr *os.File + Stdin *os.File + Stdout *os.File + SysProcAttr *syscall.SysProcAttr + func NewFork(n string, fn interface{}, args ...string) (f *Function) + func (f *Function) Fork(args ...interface{}) (err error) + func (f *Function) Wait() (err error)