Join Java is a programming language created in 2000 by G. Stewart von Itzstein.
#2902on PLDB | 24Years Old |
Join Java is a programming language based on the join-pattern that extends the standard Java programming language with the join semantics of the join-calculus. It was written at the University of South Australia within the Reconfigurable Computing Lab by Dr. Von Itzstein.. Read more on Wikipedia...
class ThreadExample {
signal thread(SomeObject x) {
//this code will execute in a new thread
}
}