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.16 by root, Tue Jun 7 04:45:20 2016 UTC vs.
Revision 1.17 by root, Thu Oct 27 07:27:56 2022 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines