Subject: | documentation of forkit has mistakes and is not clear |
The documentation for forkit() says:
handler
Optional. A method name within your current package which we can
return the routine's data to. Defaults to the built-in method
say_fork_return (which simply sends data to channel).
1) the default handler's name is not 'say_fork_return', it is '_fork_said'
2) the documentation does not explain what kind of parameters the
handler expects