Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add Thread.join as an alias for Thread.finish
A lot of people from other programming environment backgrounds will likely try Thread.join, and get very confused when it compiles and runs but does not synchronize. Also, the chances of wanting to perform a string join with a thread is low
- Loading branch information