Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 839 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 839 Bytes

Another Scala Join Library

Repository Migration

This project is previously published at my previous Edinburgh University homepage, which might be removed at any time. The project is migrated to Github so that it is easier

Project Summary

This project improves Dr. Philipp Haller's Scala Joins Library by:

  • providing uniform and operator
  • supporting pattern matching on messages
  • supporting theoretically unlimited numbers of join patterns in a single join definition
  • using simpler structure for the Join class
  • supporting communications on distributed join channels

Comments on the current library, its manual, and examples will be appreciated.

Version history

  • 0.3.0: This is the first version available on GitHub.