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.6 by root, Tue Jul 17 15:42:28 2001 UTC vs.
Revision 1.7 by root, Thu Jul 19 02:45:09 2001 UTC

22 22
23package Coro::Semaphore; 23package Coro::Semaphore;
24 24
25use Coro (); 25use Coro ();
26 26
27$VERSION = 0.07; 27$VERSION = 0.08;
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