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.80 by root, Mon Mar 16 22:22:12 2009 UTC vs.
Revision 1.81 by root, Fri May 29 07:01:18 2009 UTC

34use strict qw(vars subs); 34use strict qw(vars subs);
35no warnings; 35no warnings;
36 36
37use Coro::Semaphore (); 37use Coro::Semaphore ();
38 38
39our $VERSION = 5.131; 39our $VERSION = 5.132;
40 40
41=item $sig = new Coro::Signal; 41=item $sig = new Coro::Signal;
42 42
43Create a new signal. 43Create a new signal.
44 44

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines