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.98 by root, Mon May 17 16:51:44 2010 UTC vs.
Revision 1.99 by root, Sat Oct 23 09:28:49 2010 UTC

30use common::sense; 30use common::sense;
31 31
32use Coro (); 32use Coro ();
33use Coro::Semaphore (); 33use Coro::Semaphore ();
34 34
35our $VERSION = 5.23; 35our $VERSION = 5.24;
36 36
37sub DATA (){ 0 } 37sub DATA (){ 0 }
38sub SGET (){ 1 } 38sub SGET (){ 1 }
39sub SPUT (){ 2 } 39sub SPUT (){ 2 }
40 40

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines