ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.pm
(Generate patch)

Comparing EV/EV.pm (file contents):
Revision 1.23 by root, Fri Nov 2 20:21:33 2007 UTC vs.
Revision 1.24 by root, Fri Nov 2 22:03:00 2007 UTC

197 197
198=item $old_priority = $w->priority ($new_priority) 198=item $old_priority = $w->priority ($new_priority)
199 199
200Queries the priority on the watcher and optionally changes it. Pending 200Queries the priority on the watcher and optionally changes it. Pending
201watchers with higher priority will be invoked first. The valid range of 201watchers with higher priority will be invoked first. The valid range of
202priorities lies between EV::MAXPRI (default 3) and EV::MINPRI (default 202priorities lies between EV::MAXPRI (default 2) and EV::MINPRI (default
203-3). If the priority is outside this range it will automatically be 203-2). If the priority is outside this range it will automatically be
204normalised to the nearest valid priority. 204normalised to the nearest valid priority.
205 205
206The default priority of any newly-created weatcher is 0. 206The default priority of any newly-created weatcher is 0.
207 207
208=item $w->trigger ($revents) 208=item $w->trigger ($revents)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines