Menu

#1 Mix of sync & async handlers causes priority issues

Release_0.2.0-alpha
open-accepted
8
2006-03-02
2006-03-02
No

If you have a mixture of sync & async event handlers
defined with different priorities, I would think that
all of the async events should be fired first, followed
by the sync events in order of priority.

Right now, all events are ordered in priority and fired
in that order. So, an async event at P5 will be fired
after a sync event at P4 completes execution.

Async events should simply be fired and let go.

Discussion

  • Michael Dowling

    Michael Dowling - 2006-03-02
    • milestone: --> Release_0.2.0-alpha
    • priority: 5 --> 8
    • status: open --> open-accepted
     
  • Michael Dowling

    Michael Dowling - 2006-03-02

    Logged In: YES
    user_id=3861

    Your bug has been accepted for repair.

     

Log in to post a comment.