- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Another Scala Join Library
Mon, 2011-08-22, 16:10
Hi all,
In concurrent programming, join pattern is a useful constructor for
resources synchronisation. It has both been built into a new language
(e.g. JoCaml) and been introduced as libraries of modern languages
(e.g. the Joins class for .Net).
I recently improved Dr. Philipp Haller's Scala Joins Library by
providing uniformed "and" operator, theoretically unlimited number of
join patterns in a single block, and other features. With those
features, my library should overcome main problems of porting it to
the standard library.
The source code and a short user manual of my library could be found
at http://homepages.inf.ed.ac.uk/s1024484/join/
I hope that more users could benefit from this library. I am pleased
to hear your comments on the implementation or the user manual of my
library.
Best Regards
Yours, Jiansen