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

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.173 by root, Mon Jul 21 03:47:22 2008 UTC vs.
Revision 1.178 by root, Thu Aug 21 23:48:35 2008 UTC

389 389
390The instrument to do that is called a "condition variable", so called 390The instrument to do that is called a "condition variable", so called
391because they represent a condition that must become true. 391because they represent a condition that must become true.
392 392
393Condition variables can be created by calling the C<< AnyEvent->condvar 393Condition variables can be created by calling the C<< AnyEvent->condvar
394
395>> method, usually without arguments. The only argument pair allowed is 394>> method, usually without arguments. The only argument pair allowed is
396 395
397C<cb>, which specifies a callback to be called when the condition variable 396C<cb>, which specifies a callback to be called when the condition variable
398becomes true, with the condition variable as the first argument (but not 397becomes true, with the condition variable as the first argument (but not
399the results). 398the results).
855no warnings; 854no warnings;
856use strict; 855use strict;
857 856
858use Carp; 857use Carp;
859 858
860our $VERSION = 4.22; 859our $VERSION = 4.233;
861our $MODEL; 860our $MODEL;
862 861
863our $AUTOLOAD; 862our $AUTOLOAD;
864our @ISA; 863our @ISA;
865 864

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines