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.12 by root, Thu Jul 20 01:39:40 2006 UTC vs.
Revision 1.13 by root, Thu Jul 20 08:26:00 2006 UTC

44C<< ->wait >> for it. See the examples below. 44C<< ->wait >> for it. See the examples below.
45 45
46=head1 DESCRIPTION 46=head1 DESCRIPTION
47 47
48L<AnyEvent> provides an identical interface to multiple event loops. This 48L<AnyEvent> provides an identical interface to multiple event loops. This
49allows module authors to utilizy an event loop without forcing module 49allows module authors to utilise an event loop without forcing module
50users to use the same event loop (as only a single event loop can coexist 50users to use the same event loop (as only a single event loop can coexist
51peacefully at any one time). 51peacefully at any one time).
52 52
53The interface itself is vaguely similar but not identical to the Event 53The interface itself is vaguely similar but not identical to the Event
54module. 54module.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines