You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Naming threads can be helpful for debugging (e.g. getting an overview of
what's running with `Thread.list.map(&:name)` or `ps -T -p PID`.
We noticed our reaper didn't have a name, so this commit adds one.
We've intentionally kept the name short (< 15 characters), since there
are platform limitations on the length of the underlying thread name.
Co-authored-by: John Hawthorn <[email protected]>
0 commit comments