What can happen in terms of failures when a thread that is blocked, made I / O or is in a mutex for example , is it closed?
I only encounter practical issues with how to close a blocked thread .
What can happen in terms of failures when a thread that is blocked, made I / O or is in a mutex for example , is it closed?
I only encounter practical issues with how to close a blocked thread .