Subject: | wrong/missing documentation for 'handler' in forkit |
The documentation 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) This is wrong. The default handler is _fork_said, not say_fork_return.
2) This is very incomplete. It doesn't say what interface a user-defined
handler should have, i.e. what arguments are passed to it or how to call
the default handler from it.