| 10 |
by <a href="http://gee.cs.oswego.edu/dl">Doug Lea</a> |
by <a href="http://gee.cs.oswego.edu/dl">Doug Lea</a> |
| 11 |
<p> |
<p> |
| 12 |
|
|
| 13 |
This is an updated version of the specification submitted for JCP Public |
This is the proposed final draft JSR166 specification. To check for |
| 14 |
Review. To check for further updates, access a preliminary prototype |
further updates, or join a mailing list discussing JSR-166, go to: <A |
|
release of main functionality, or join a mailing list discussing |
|
|
JSR-166, go to: <A |
|
| 15 |
HREF="http://altair.cs.oswego.edu/mailman/listinfo/concurrency-interest"> |
HREF="http://altair.cs.oswego.edu/mailman/listinfo/concurrency-interest"> |
| 16 |
http://altair.cs.oswego.edu/mailman/listinfo/concurrency-interest</A>. |
http://altair.cs.oswego.edu/mailman/listinfo/concurrency-interest</A>. |
| 17 |
|
|
| 23 |
<p> JSR-166 introduces package <tt>java.util.concurrent</tt> |
<p> JSR-166 introduces package <tt>java.util.concurrent</tt> |
| 24 |
containing utility classes commonly useful in concurrent |
containing utility classes commonly useful in concurrent |
| 25 |
programming. Like package <tt>java.util</tt>, it includes a few small |
programming. Like package <tt>java.util</tt>, it includes a few small |
| 26 |
standardized extensible frameworks, as well as some classes that |
standardized extensible frameworks, as well as other classes that |
| 27 |
provide useful functionality and are otherwise tedious or difficult to |
provide useful functionality and are otherwise tedious or difficult to |
| 28 |
implement. |
implement. |
| 29 |
|
|
| 35 |
pools. This diversity reflects the range of contexts in which |
pools. This diversity reflects the range of contexts in which |
| 36 |
developers of concurrent programs have been found to require or desire |
developers of concurrent programs have been found to require or desire |
| 37 |
support not previously available in J2SE, which also keeping the |
support not previously available in J2SE, which also keeping the |
| 38 |
resulting package small; providing only functionality that it makes |
resulting package small; providing only functionality that has been |
| 39 |
sense to standardize. |
found to be worthwhile to standardize. |
| 40 |
|
|
| 41 |
<p>Descriptions and brief motivations for the main components may be |
<p>Descriptions and brief motivations for the main components may be |
| 42 |
found in the associated package documentation. JSR-166 also includes |
found in the associated package documentation. JSR-166 also includes |