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.148 by root, Sun Dec 16 10:06:34 2018 UTC vs.
Revision 1.149 by root, Fri Jul 19 15:29:46 2019 UTC

33use common::sense; 33use common::sense;
34 34
35use Coro (); 35use Coro ();
36use Coro::Semaphore (); 36use Coro::Semaphore ();
37 37
38our $VERSION = 6.54; 38our $VERSION = 6.55;
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