autoreload
autoreload copied to clipboard
Named Threads
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)