diff options
author | root <root> | 2010-11-10 14:50:54 +0000 |
---|---|---|
committer | root <root> | 2010-11-10 14:50:54 +0000 |
commit | 7789b84fcc1a52b38d4b210c42cc22a98f80d4fc (patch) | |
tree | 61a2b806658dcacb27c363d5da1c5bbbfe5f204e | |
parent | 7932500041954eb78d398298efc297aa8ae00182 (diff) |
*** empty log message ***
-rw-r--r-- | ev.pod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3474,11 +3474,11 @@ classes add (compared to plain C-style watchers) is the event loop pointer that the watcher is associated with (or no additional members at all if you disable C<EV_MULTIPLICITY> when embedding libev). -Currently, functions, and static and non-static member functions can be -used as callbacks. Other types should be easy to add as long as they only -need one additional pointer for context. If you need support for other -types of functors please contact the author (preferably after implementing -it). +Currently, functions, static and non-static member functions and classes +with C<operator ()> can be used as callbacks. Other types should be easy +to add as long as they only need one additional pointer for context. If +you need support for other types of functors please contact the author +(preferably after implementing it). Here is a list of things available in the C<ev> namespace: |