Forcing Events

Hi,

I’m getting to a point where I think event handling will save me a lot of dependency issues. Basically I’m sending UDP packets depending on the input and some other changes. I avoided using Events for this up until now because I read somewhere in the docs that Events won’t necessarily fire straight away which is a problem as I need the packets to go out ASAP. Is there a way to force the event rather than queue it (for example in wxWidgets you can Post an event and it will be processed straight away rather than Queue)? If not I’ll need to stick with what I’m doing.

Thanks,
Zobbo