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

Comparing AnyEvent-Fork-Pool/Pool.pm (file contents):
Revision 1.10 by root, Thu Apr 25 01:21:18 2013 UTC vs.
Revision 1.11 by root, Sun Apr 28 14:19:22 2013 UTC

100# in the hope of not colliding. yes, I don't like it either, 100# in the hope of not colliding. yes, I don't like it either,
101# but didn't come up with an obviously better alternative. 101# but didn't come up with an obviously better alternative.
102my $magic0 = ':t6Z@HK1N%Dx@_7?=~-7NQgWDdAs6a,jFN=wLO0*jD*1%P'; 102my $magic0 = ':t6Z@HK1N%Dx@_7?=~-7NQgWDdAs6a,jFN=wLO0*jD*1%P';
103my $magic1 = '<~53rexz.U`!]X[A235^"fyEoiTF\T~oH1l/N6+Djep9b~bI9`\1x%B~vWO1q*'; 103my $magic1 = '<~53rexz.U`!]X[A235^"fyEoiTF\T~oH1l/N6+Djep9b~bI9`\1x%B~vWO1q*';
104 104
105our $VERSION = 0.1; 105our $VERSION = 1.1;
106 106
107=item my $pool = AnyEvent::Fork::Pool::run $fork, $function, [key => value...] 107=item my $pool = AnyEvent::Fork::Pool::run $fork, $function, [key => value...]
108 108
109The traditional way to call the pool creation function. But it is way 109The traditional way to call the pool creation function. But it is way
110cooler to call it in the following way: 110cooler to call it in the following way:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines