An library for quickly introducing thread management into Java apps. Utilizes the familiar Runnable interface to avoid costly refactoring. As simple as Manager.addWork(Runnable)
Easy to Use
Introduced flags and conditions in place of Object lock and wait/notify. sjt.mgmt.SimpleWorkManager - used isReady, isWaiting, isAvailable conditions, and workGroupFlag. sjt.mgmt.SimpleThreadManager - referenced conditions and flags. sjt.util.Flag - new class. sjt.util.Condition - new class. sjt.util.Gate - added methods to join on java.lang.ThreadGroup and thread array. other superfluous: README.java compares a spawned thread test. <default package>MathUnit - test class no longer inner.
A fairly signicant new release today. (Sun, Apr 28) This release introduces flags and conditions which prevent excessive thread notification.
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?
Thanks for your review!
Get credit for your review by logging in via OpenID. Click your account provider: