--- AnyEvent-Fork/README 2016/05/12 16:54:01 1.10 +++ AnyEvent-Fork/README 2016/11/10 16:31:03 1.11 @@ -630,6 +630,17 @@ print scalar <$fh>; # prints "hi #1\n" and "hi #2\n" in any order } + CHILD PROCESS INTERFACE + This module has a limited API for use in child processes. + + @args = AnyEvent::Fork::Serve::run_args + This function, which only exists before the "run" method is called, + returns the arguments that would be passed to the run function, and + clears them. + + This is mainly useful to get any file handles passed via "send_fh", + but works for any arguments passed via "send_*xxx*" methods. + EXPERIMENTAL METHODS These methods might go away completely or change behaviour, at any time.