...
Casting a thread to a Runnable before calling run() serves to document the intention behind of explicitly calling Thread.run(). Adding a disclaimer alongside the invocation is highly recommended.
...
...
Casting a thread to a Runnable before calling run() serves to document the intention behind of explicitly calling Thread.run(). Adding a disclaimer alongside the invocation is highly recommended.
...