Results 1 to 1 of 1
Thread: SlicedBread 0.0.1
- 11-11-2011, 05:05 PM #1
Senior Member
- Join Date
- Sep 2011
- Posts
- 1,486
- Rep Power
- 3
SlicedBread 0.0.1
SlicedBread is a library that makes it simpler to program multithreaded applications in Java. It does so by doing away with "classic" multithreaded staples - that is, shared state using thread-safe objects - in favor of a set of single-threaded processes that send and receive immutable messages. In a sense it is inspired by Erlang's messaging system. In another, the over 400 rich pages of "Java concurrency in practice" show how hard it is to write and debug a good-mannered multithreaded application in Java.
Changes
First public release.
URL: https://github.com/l3nz/SlicedBread


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks