summaryrefslogtreecommitdiffstats
path: root/perl-cpan/rpc-simple/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'perl-cpan/rpc-simple/DETAILS')
-rwxr-xr-xperl-cpan/rpc-simple/DETAILS3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-cpan/rpc-simple/DETAILS b/perl-cpan/rpc-simple/DETAILS
index 5d85ba6365..2732295db8 100755
--- a/perl-cpan/rpc-simple/DETAILS
+++ b/perl-cpan/rpc-simple/DETAILS
@@ -23,7 +23,8 @@ When done you'll be able to invoke a method from the remote class on the
local object and vice versa. (like $localObj->remotePrint).
When calling the remote method from the local side, you may pass a code
-reference which will be stored by the RPC::Simple objects. This code ref will be called
+reference which will be stored by the RPC::Simple objects. This code ref
+will be called
back when the remote function is over. Note that the remote calls are not
blocking, all feedback from the remote side is performed through
asynchronous call-back.