ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent-Fork-RPC/RPC.pm
(Generate patch)

Comparing AnyEvent-Fork-RPC/RPC.pm (file contents):
Revision 1.21 by root, Sun Apr 21 12:01:54 2013 UTC vs.
Revision 1.22 by root, Sun Apr 21 12:27:03 2013 UTC

1=head1 NAME 1=head1 NAME
2 2
3AnyEvent::Fork::RPC - simple RPC extension for AnyEvent::Fork 3AnyEvent::Fork::RPC - simple RPC extension for AnyEvent::Fork
4 4
5THE API IS NOT FINISHED, CONSIDER THIS A TECHNOLOGY DEMO 5THE API IS NOT FINISHED, CONSIDER THIS A BETA RELEASE
6 6
7=head1 SYNOPSIS 7=head1 SYNOPSIS
8 8
9 use AnyEvent::Fork::RPC; 9 use AnyEvent::Fork::RPC;
10 # use AnyEvent::Fork is not needed 10 # use AnyEvent::Fork is not needed
307use Guard (); 307use Guard ();
308 308
309use AnyEvent; 309use AnyEvent;
310use AnyEvent::Fork; # we don't actually depend on it, this is for convenience 310use AnyEvent::Fork; # we don't actually depend on it, this is for convenience
311 311
312our $VERSION = 0.1; 312our $VERSION = 0.2;
313 313
314=item my $rpc = AnyEvent::Fork::RPC::run $fork, $function, [key => value...] 314=item my $rpc = AnyEvent::Fork::RPC::run $fork, $function, [key => value...]
315 315
316The traditional way to call it. But it is way cooler to call it in the 316The traditional way to call it. But it is way cooler to call it in the
317following way: 317following way:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines