I need to have a list or collection or even datatable. I want one process to add STRING to this list. (this can be a user clicking a button) whilst a thread is constantly running in the background and processing and removing the strings in the list.
In a nutshell whenever I add items to the list\datatable or whatever, they must be processed as the process of adding them is much faster then actually processing them.
Any suggestions as to the best method?