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.91 by root, Fri Oct 2 19:55:59 2009 UTC vs.
Revision 1.92 by root, Fri Dec 11 18:32:23 2009 UTC

33 33
34use common::sense; 34use common::sense;
35 35
36use Coro::Semaphore (); 36use Coro::Semaphore ();
37 37
38our $VERSION = 5.2; 38our $VERSION = 5.21;
39 39
40=item $sig = new Coro::Signal; 40=item $sig = new Coro::Signal;
41 41
42Create a new signal. 42Create a new signal.
43 43

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines