-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue #487: unify Thread.new #496
Conversation
dacd64e
to
17b4d32
Compare
@jonathanhefner Can you please also review? |
1a57218
to
746abe2
Compare
746abe2
to
b8dfb0c
Compare
I just rebased to master. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some minor feedback for discussion.
Thanks for the review, @ioquatix and @jonathanhefner. I believe all the comments are addressed, but don't hesitate to @-mention me if I missed anything, or more discussion would be helpful. Rebasing + merging into master now. |
Merged. |
Issue #487:
Listen::Thread
module.Thread#name =
property to assist with debugging in the surrounding process.rescue
all exceptions inListen::Thread
and log them, including complete call stack (caller + exception backtrace) and showcause
detail if any.Thread#join
,Thread.kill
.