ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Storable.pm
(Generate patch)

Comparing Coro/Coro/Storable.pm (file contents):
Revision 1.67 by root, Wed Aug 3 09:43:05 2011 UTC vs.
Revision 1.104 by root, Fri Jul 19 15:29:46 2019 UTC

82} 82}
83 83
84use Storable; 84use Storable;
85use base "Exporter"; 85use base "Exporter";
86 86
87our $VERSION = 6.03; 87our $VERSION = 6.55;
88our @EXPORT = qw(thaw freeze nfreeze blocking_thaw blocking_freeze blocking_nfreeze); 88our @EXPORT = qw(thaw freeze nfreeze blocking_thaw blocking_freeze blocking_nfreeze);
89 89
90our $GRANULARITY = 0.01; 90our $GRANULARITY = 0.01;
91 91
92my $lock = new Coro::Semaphore; 92my $lock = new Coro::Semaphore;
153 $buf 153 $buf
154} 154}
155 155
1561; 1561;
157 157
158=head1 AUTHOR 158=head1 AUTHOR/SUPPORT/CONTACT
159 159
160 Marc Lehmann <schmorp@schmorp.de> 160 Marc A. Lehmann <schmorp@schmorp.de>
161 http://home.schmorp.de/ 161 http://software.schmorp.de/pkg/Coro.html
162 162
163=cut 163=cut
164 164
165 165

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines