原文:How do I terminate a worker thread when the owning object is collected?
I have an object that has a BackgroundWorker thread (purely a queue of Action delegates). i.e., it s the common, simple single-producer single-consumer scenario. When the single producer is collected,...