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

Comparing AnyEvent-MP/MP/Node.pm (file contents):
Revision 1.42 by root, Wed Sep 23 11:57:16 2009 UTC vs.
Revision 1.43 by root, Thu Oct 1 16:11:05 2009 UTC

208sub connect { 208sub connect {
209 # we are trivially connected 209 # we are trivially connected
210} 210}
211 211
212# delay every so often to avoid recursion, also used to delay after spawn 212# delay every so often to avoid recursion, also used to delay after spawn
213our $DELAY; 213our $DELAY = -50;
214our @DELAY; 214our @DELAY;
215our $DELAY_W; 215our $DELAY_W;
216 216
217sub _send_delayed { 217sub _send_delayed {
218 local $AnyEvent::MP::Kernel::SRCNODE = $AnyEvent::MP::Kernel::NODE{""}; 218 local $AnyEvent::MP::Kernel::SRCNODE = $AnyEvent::MP::Kernel::NODE{""};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines