|
2 | 2 | <!-- NewPage --> |
3 | 3 | <html lang="de"> |
4 | 4 | <head> |
5 | | -<!-- Generated by javadoc (1.8.0_51) on Sat Jan 30 16:41:55 CET 2021 --> |
| 5 | +<!-- Generated by javadoc (1.8.0_51) on Sun Sep 19 18:27:44 CEST 2021 --> |
6 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
7 | | -<title>Phaser (net.sourceforge.streamsupport:android-retroatomic 1.7.3 API)</title> |
8 | | -<meta name="date" content="2021-01-30"> |
| 7 | +<title>Phaser (net.sourceforge.streamsupport:android-retroatomic 1.7.4 API)</title> |
| 8 | +<meta name="date" content="2021-09-19"> |
9 | 9 | <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> |
10 | 10 | <script type="text/javascript" src="../../../script.js"></script> |
11 | 11 | </head> |
12 | 12 | <body> |
13 | 13 | <script type="text/javascript"><!-- |
14 | 14 | try { |
15 | 15 | if (location.href.indexOf('is-external=true') == -1) { |
16 | | - parent.document.title="Phaser (net.sourceforge.streamsupport:android-retroatomic 1.7.3 API)"; |
| 16 | + parent.document.title="Phaser (net.sourceforge.streamsupport:android-retroatomic 1.7.4 API)"; |
17 | 17 | } |
18 | 18 | } |
19 | 19 | catch(err) { |
@@ -209,7 +209,13 @@ <h2 title="Class Phaser" class="title">Class Phaser</h2> |
209 | 209 | useful for synchronization control. Method <a href="../../../java9/util/concurrent/Phaser.html#toString--"><code>toString()</code></a> |
210 | 210 | returns snapshots of these state queries in a form convenient for |
211 | 211 | informal monitoring. |
212 | | - |
| 212 | + |
| 213 | + <p>Memory consistency effects: Actions prior to any form of arrive |
| 214 | + method <a href="package-summary.html#MemoryVisibility"> |
| 215 | + <i>happen-before</i></a> a corresponding phase advance and |
| 216 | + onAdvance actions (if present), which in turn <i>happen-before</i> |
| 217 | + actions following the phase advance. |
| 218 | + |
213 | 219 | <p><b>Sample usages:</b> |
214 | 220 |
|
215 | 221 | <p>A <code>Phaser</code> may be used instead of a <code>CountDownLatch</code> |
|
0 commit comments