pg_prioritize icon indicating copy to clipboard operation
pg_prioritize copied to clipboard

Guard against race conditions

Open JelteF opened this issue 4 years ago • 0 comments

Accessing proc without having a lock is unsafe, because the entry that it points to might be reused.

This also adds an editorconfig file, to make github and editors display the code better.

JelteF avatar Sep 07 '21 09:09 JelteF