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

Comparing AnyEvent/README (file contents):
Revision 1.78 by root, Sat Jul 1 15:48:51 2017 UTC vs.
Revision 1.79 by root, Tue Feb 26 02:08:34 2019 UTC

826 Additionally, when the callback is invoked, it is also removed from 826 Additionally, when the callback is invoked, it is also removed from
827 the condvar (reset to "undef"), so the condvar does not keep a 827 the condvar (reset to "undef"), so the condvar does not keep a
828 reference to the callback after invocation. 828 reference to the callback after invocation.
829 829
830SUPPORTED EVENT LOOPS/BACKENDS 830SUPPORTED EVENT LOOPS/BACKENDS
831 The available backend classes are (every class has its own manpage): 831 The following backend classes are part of the AnyEvent distribution
832 (every class has its own manpage):
832 833
833 Backends that are autoprobed when no other event loop can be found. 834 Backends that are autoprobed when no other event loop can be found.
834 EV is the preferred backend when no other event loop seems to be in 835 EV is the preferred backend when no other event loop seems to be in
835 use. If EV is not installed, then AnyEvent will fall back to its own 836 use. If EV is not installed, then AnyEvent will fall back to its own
836 pure-perl implementation, which is available everywhere as it comes 837 pure-perl implementation, which is available everywhere as it comes
880 POE backend, so it can be supported through POE. 881 POE backend, so it can be supported through POE.
881 882
882 AnyEvent knows about both Prima and Wx, however, and will try to 883 AnyEvent knows about both Prima and Wx, however, and will try to
883 load POE when detecting them, in the hope that POE will pick them 884 load POE when detecting them, in the hope that POE will pick them
884 up, in which case everything will be automatic. 885 up, in which case everything will be automatic.
886
887 Known event loops outside the AnyEvent distribution
888 The following event loops or programs support AnyEvent by providing
889 their own AnyEvent backend. They will be picked up automatically.
890
891 urxvt::anyevent available to rxvt-unicode extensions
885 892
886GLOBAL VARIABLES AND FUNCTIONS 893GLOBAL VARIABLES AND FUNCTIONS
887 These are not normally required to use AnyEvent, but can be useful to 894 These are not normally required to use AnyEvent, but can be useful to
888 write AnyEvent extension modules. 895 write AnyEvent extension modules.
889 896

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines