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

Comparing Coro/Coro/Channel.pm (file contents):
Revision 1.43 by root, Wed Feb 1 23:59:41 2006 UTC vs.
Revision 1.44 by root, Fri Dec 1 02:17:37 2006 UTC

42sub new { 42sub new {
43 # [\@contents, [$getwait], $maxsize, [$putwait]]; 43 # [\@contents, [$getwait], $maxsize, [$putwait]];
44 bless [[], [], $_[1] || (1e30),[]], $_[0]; 44 bless [[], [], $_[1] || (1e30),[]], $_[0];
45} 45}
46 46
47=item $q->put($scalar) 47=item $q->put ($scalar)
48 48
49Put the given scalar into the queue. 49Put the given scalar into the queue.
50 50
51=cut 51=cut
52 52

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines