I need the handler code of an event A to be non interruptable by the
event B

Is there some way that I can ensure that all the of the code that
handles event A is executed before event B is allowed to be
triggered.

I mean some way to maybe pause the reporting of events in my app until
the handler code of A has executed...

...or is there some way to mark the handler code of event A to be non-
interruptible by events?

Reply via email to