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

Comparing AnyEvent-MP/MP/Kernel.pm (file contents):
Revision 1.56 by root, Thu Oct 1 21:00:02 2009 UTC vs.
Revision 1.57 by root, Fri Oct 2 13:29:49 2009 UTC

33use AnyEvent::MP::Node; 33use AnyEvent::MP::Node;
34use AnyEvent::MP::Transport; 34use AnyEvent::MP::Transport;
35 35
36use base "Exporter"; 36use base "Exporter";
37 37
38our $VERSION = '1.2';
39our @EXPORT = qw( 38our @EXPORT = qw(
40 %NODE %PORT %PORT_DATA $UNIQ $RUNIQ $ID 39 %NODE %PORT %PORT_DATA $UNIQ $RUNIQ $ID
41 add_node load_func snd_to_func snd_on eval_on 40 add_node load_func snd_to_func snd_on eval_on
42 41
43 NODE $NODE node_of snd kil port_is_local 42 NODE $NODE node_of snd kil port_is_local

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines