Hello,
after installing Event 0.62, I just discovered this (relatively new)
warning in the description of the priority attribute:
"You should not specify prio in the constructor. Use C<nice> instead
for an offset from the default priority."
What's the reason for this strong suggestion? I expicitly USE prio in
ALL my constructors to build the hierarchy of watchers I need. This
would be possible with the nice attribute as well, but nice is dangerous
because the hierarchy then depends from Event internals (default
priorities), which might become subject to changes. I always thought of
nice as a "specialists" attribute (for advanced users knowing internals
very well).
Jochen