This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package au.com.langdale.actors | |
import scala.actors.Actor.self | |
import scala.actors.OutputChannel | |
import scala.collection.immutable.Set | |
/** | |
* Augments the actors library with a form of join pattern similar in function | |
* to C omega chords or Haller and Van Cutsem scala join patterns but with a | |
* different notation. | |
* |
NewerOlder