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.2 by root, Mon Apr 16 13:26:43 2007 UTC vs.
Revision 1.3 by root, Wed Apr 18 13:46:32 2007 UTC

81 __PACKAGE__ 81 __PACKAGE__
82} 82}
83 83
84sub FILL { 84sub FILL {
85 Coro::cede; 85 Coro::cede;
86 read $_[1], my $buf, 512; 86 read $_[1], my $buf, 512
87 or return undef;
87 $buf 88 $buf
88} 89}
89 90
90sub WRITE { 91sub WRITE {
91 Coro::cede; 92 Coro::cede;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines