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

Comparing cvsroot/AnyEvent-MP/MP/Kernel.pm (file contents):
Revision 1.117 by root, Sun Aug 28 15:14:24 2016 UTC vs.
Revision 1.118 by root, Thu Aug 31 15:39:52 2017 UTC

67our @EXPORT = qw( 67our @EXPORT = qw(
68 snd_to_func snd_on eval_on 68 snd_to_func snd_on eval_on
69 port_is_local 69 port_is_local
70 up_nodes mon_nodes node_is_up 70 up_nodes mon_nodes node_is_up
71); 71);
72
73our @CARP_NOT = (AnyEvent::MP::);
72 74
73sub load_func($) { 75sub load_func($) {
74 my $func = $_[0]; 76 my $func = $_[0];
75 77
76 unless (defined &$func) { 78 unless (defined &$func) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines