summaryrefslogtreecommitdiff
path: root/ev.pod
diff options
context:
space:
mode:
authorroot <root>2007-12-07 20:19:16 +0000
committerroot <root>2007-12-07 20:19:16 +0000
commit97157ad66d6312deeafc15a8e80ef6f83f2b0de2 (patch)
tree3f138ab4e80e66af910a89004f1d0aa34e485e40 /ev.pod
parent7f61bc3d979ef53b867172664694f8fcf9e5bdd0 (diff)
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r--ev.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/ev.pod b/ev.pod
index c02aca2..d40456b 100644
--- a/ev.pod
+++ b/ev.pod
@@ -1751,12 +1751,12 @@ of them macros) into the global namespace. All C++ specific things are
put into the C<ev> namespace. It should support all the same embedding
options as F<ev.h>, most notably C<EV_MULTIPLICITY>.
-Care has been taken to keep the overhead low. The only data member added
-to the C-style watchers is the event loop the watcher is associated with
-(or no additional members at all if you disable C<EV_MULTIPLICITY> when
-embedding libev).
+Care has been taken to keep the overhead low. The only data member the C++
+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
+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