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.10 by root, Fri Jan 13 13:16:15 2006 UTC vs.
Revision 1.11 by root, Thu Jul 20 01:32:11 2006 UTC

135 135
136=head1 SUPPLYING YOUR OWN EVENT MODEL INTERFACE 136=head1 SUPPLYING YOUR OWN EVENT MODEL INTERFACE
137 137
138If you need to support another event library which isn't directly 138If you need to support another event library which isn't directly
139supported by AnyEvent, you can supply your own interface to it by 139supported by AnyEvent, you can supply your own interface to it by
140pushing, before the first watch gets created, the package name of 140pushing, before the first watcher gets created, the package name of
141the event module and the package name of the interface to use onto 141the event module and the package name of the interface to use onto
142C<@AnyEvent::REGISTRY>. You can do that before and even without loading 142C<@AnyEvent::REGISTRY>. You can do that before and even without loading
143AnyEvent. 143AnyEvent.
144 144
145Example: 145Example:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines