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.139 by root, Fri Oct 16 23:42:56 2015 UTC vs.
Revision 1.140 by root, Fri Jun 17 16:29:50 2016 UTC

33use common::sense; 33use common::sense;
34 34
35use Coro (); 35use Coro ();
36use Coro::Semaphore (); 36use Coro::Semaphore ();
37 37
38our $VERSION = 6.49; 38our $VERSION = 6.5;
39 39
40sub DATA (){ 0 } 40sub DATA (){ 0 }
41sub SGET (){ 1 } 41sub SGET (){ 1 }
42sub SPUT (){ 2 } 42sub SPUT (){ 2 }
43 43

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines