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.118 by root, Thu May 9 05:40:14 2013 UTC vs.
Revision 1.119 by root, Mon Nov 18 10:27:53 2013 UTC

36 36
37use common::sense; 37use common::sense;
38 38
39use Coro::Semaphore (); 39use Coro::Semaphore ();
40 40
41our $VERSION = 6.31; 41our $VERSION = 6.33;
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