S SearchRSS
< BackHome
Newest questions tagged c# - Stack Overflow

Is it safe enough to create a thread in a finalizer?

I have a class which implements IDisposable, for purposes of clean-up and logging. Since all resources managed by this class are managed, it's not necessary for a finalizer to clean them up. In the Dispose method, all

View original source