Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-11-29 08:32
0.0.2

Diese Version enthält die erste Version der Dokumentation, die genug, um Ihnen den Einstieg mit der Bibliothek sollte. Es fügt Threadpools (mehrere Threads dasselbe Postfach lesen) und Threadsicherheit unter JMM (JSR-133) überprüft.
This release includes the first version of the documentation, which should be enough to get you started with the library. It adds thread pools (multiple threads reading from the same mailbox) and checks thread safety under JMM (JSR-133).

2011-11-03 22:04
0.0.1

Erste öffentliche Version.
First public release.

Project Resources