F
Frosty Madness
I'm writing a plugin framework where users create their own UI plugins.
I would like to have each usercontrol running on a separate thread, so
that if a plugin writer writes some bad blocking code, it doesn't lock
up the whole app, just their control.
Is this possible?
Jack
I would like to have each usercontrol running on a separate thread, so
that if a plugin writer writes some bad blocking code, it doesn't lock
up the whole app, just their control.
Is this possible?
Jack