Skip to content
Snippets Groups Projects
Verified Commit ab1a12ad authored by jD91mZM2's avatar jD91mZM2
Browse files

Remove deadlock-prone mutex in proc.rs

I believe this could cause a deadlock if a blocking I/O operation was
interrupted by a signal or otherwise, and decided to exit and close
all files. It's unlikely to happen, but it can happen nontheless. This
removes the mutex, but it's difficult to keep the code tidy. Hopefully
this is good enough.
parent cf0a7620
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment