Skip to content
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

Named Threads #1

Open
rubyworks opened this issue May 10, 2010 · 0 comments
Open

Named Threads #1

rubyworks opened this issue May 10, 2010 · 0 comments

Comments

@rubyworks
Copy link
Collaborator

The old API allowed for named threads. They didn't do anything functionally except identify which thread was doing what in warning messages. Ideally, if we did allow for this, we could keep a cache and access the different threads by name. That might be useful.

However, I won't bother with this feature unless there is sufficient demand for it.

Note, because of the changed API it will likely have to be an option rather than an argument of the #autoreload method, e.g.

  autoreload('foo.rb', :name=>:foo)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants