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

Comparing Coro/Coro/Signal.pm (file contents):
Revision 1.110 by root, Fri Nov 11 20:22:09 2011 UTC vs.
Revision 1.111 by root, Fri Apr 13 10:53:25 2012 UTC

36 36
37use common::sense; 37use common::sense;
38 38
39use Coro::Semaphore (); 39use Coro::Semaphore ();
40 40
41our $VERSION = 6.07; 41our $VERSION = 6.08;
42 42
43=item $sig = new Coro::Signal; 43=item $sig = new Coro::Signal;
44 44
45Create a new signal. 45Create a new signal.
46 46

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines