Join Java: Difference between revisions

Content deleted Content added
FrescoBot (talk | contribs)
Line 30:
 
Example:
<source lang="java">
 
class JoinExample {
int fragment1() & fragment2(int x) {
Line 38:
}
}
</source>
 
=== Ordering modifiers ===
Join fragments can be repeated in multiple Join patterns so there can be
Line 51:
 
Example:
<source lang="java">
 
class ordered SimpleJoinPattern {
void A() & B() {
Line 62:
}
}
</source>
 
=== Asynchronous methods ===
Asynchronous methods are defined by using the <STRONG>signal</STRONG>
Line 70:
 
Example:
<source lang="java">
 
class ThreadExample {
signal thread(SomeObject x) {
Line 76:
}
}
</source>
 
== Related languages ==