This patch implements a new type of watcher that I need. I need to be
able to generate events from Perl code, possibly with many watchers for
the same source event, and I need to be able to pass data in the event to
the callbacks. Situations where the per-event data is not required can
be handled
Joshua N Pritikin wrote:
>1. Source event (a signal)
>2. Event's counting of the signal
>3. Target event, once something calls queue_pending
>4. Target events are stored in a priority queue, possibly changing the
>order
>5. Event callbacks are invoked by one_event()
Ah, we have different definitio