M Martin Brindle Jun 18, 2006 #1 If i were to create a new thread which fires an event back to the main() thread, which thread executes the event? Martin
If i were to create a new thread which fires an event back to the main() thread, which thread executes the event? Martin
B Barry Kelly Jun 18, 2006 #2 Martin Brindle said: If i were to create a new thread which fires an event back to the main() thread, which thread executes the event? Click to expand... The thread which calls the delegate is the thread that executes the delegate. -- Barry
Martin Brindle said: If i were to create a new thread which fires an event back to the main() thread, which thread executes the event? Click to expand... The thread which calls the delegate is the thread that executes the delegate. -- Barry