B
Bill Atkins
Say I have a thread in variable @thread. Is it possible to stop that
thread from the main thread? I am aware of Thread.stop, but I don't
want to stop the current thread, just the thread represented in
@thread.
thread from the main thread? I am aware of Thread.stop, but I don't
want to stop the current thread, just the thread represented in
@thread.