Run the code in a separate thread? On Sat, Feb 19, 2011 at 9:36 AM, Marcus <[email protected]> wrote:
> 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? > >
