I don't think you're right...or it may be I don't understand who does what in this case. I tried to run my sample and HandleFileChange method of Worker class executes every time my selected files changes, wouldn't this mean it is executed in Worker class i.e. my second thread?No.
That still processes everything in the main thread.
Your worker thread does nothing, it jus sits there waiting for events that never come.




Reply With Quote
Bookmarks