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

Comparing Coro/Coro/Semaphore.pm (file contents):
Revision 1.9 by root, Sat Jul 21 18:21:45 2001 UTC vs.
Revision 1.10 by root, Wed Jul 25 04:14:38 2001 UTC

22 22
23package Coro::Semaphore; 23package Coro::Semaphore;
24 24
25use Coro (); 25use Coro ();
26 26
27$VERSION = 0.10; 27$VERSION = 0.12;
28 28
29=item new [inital count, default zero] 29=item new [inital count, default zero]
30 30
31Creates a new sempahore object with the given initial lock count. The 31Creates a new sempahore object with the given initial lock count. The
32default lock count is 1, which means it is unlocked by default. 32default lock count is 1, which means it is unlocked by default.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines