--- AnyEvent-Fork-RPC/RPC.pm 2016/05/12 16:43:08 1.37 +++ AnyEvent-Fork-RPC/RPC.pm 2016/05/21 07:11:09 1.40 @@ -393,7 +393,7 @@ use AnyEvent; -our $VERSION = 1.21; +our $VERSION = 1.22; =item my $rpc = AnyEvent::Fork::RPC::run $fork, $function, [key => value...] @@ -511,7 +511,7 @@ pre-load it into your L process, or you can add a C or C statement into the serialiser string. Or both. -Here are some examples - some of them are also available as global +Here are some examples - all of them are also available as global variables that make them easier to use. =over 4 @@ -785,6 +785,12 @@ See the examples section earlier in this document for some actual examples. +Note: the event data, like any data send to the parent, might not be sent +immediatelly but queued for later sending, so there is no guarantee that +the event has been sent to the parent when the call returns - when you +e.g. exit directly after calling this function, the parent might never +receive the event. + =back =head2 PROCESS EXIT