Display on a specific cpu thread

I am using Igor to do some computation on camera images acquired live and also to display these values. Since the computations are pretty heavy, every time I update the window where I am showing the results I get gaps in the acquired data. I was thinking a way around could be to put the doupdate of the display on a dedicated cpu thread. Can this be done in Igor?
Well you can do the image post processing in a separate thread and keep the image displaying in the main thread.
Checkout DisplayHelpTopic "ThreadSafe Functions and Multitasking" for more info.