autoreload icon indicating copy to clipboard operation
autoreload copied to clipboard

Named Threads

Open rubyworks opened this issue 15 years ago • 0 comments

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)

rubyworks avatar May 10 '10 18:05 rubyworks