diff options
author | root <root> | 2010-10-22 05:44:33 +0000 |
---|---|---|
committer | root <root> | 2010-10-22 05:44:33 +0000 |
commit | 161ca5d6241779e10976c8e0e3ab090a7d539112 (patch) | |
tree | d7afb6ba9b63be914650ee125fd51b5086ad63eb /ev.pod | |
parent | 1c954c77ef072306606df24c4e5c4dfcee517457 (diff) |
*** empty log message ***
Diffstat (limited to 'ev.pod')
-rw-r--r-- | ev.pod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -910,7 +910,11 @@ more often than 100 times per second: This call will simply invoke all pending watchers while resetting their pending state. Normally, C<ev_run> does this automatically when required, -but when overriding the invoke callback this call comes handy. +but when overriding the invoke callback this call comes handy. This +function can be invoked from a watcher - this can be useful for example +when you want to do some lengthy calculation and want to pass further +event handling to another thread (you still have to make sure only one +thread executes within C<ev_invoke_pending> or C<ev_run> of course). =item int ev_pending_count (loop) |