--- AnyEvent-Fork-RPC/RPC.pm 2016/05/12 16:54:43 1.39 +++ AnyEvent-Fork-RPC/RPC.pm 2016/05/21 07:11:09 1.40 @@ -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