This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-dev-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new a9a2bf4  2026/03/27 01:33:38: Generated dev website from 
groovy-website@37058a1
a9a2bf4 is described below

commit a9a2bf4ecee35e3cf65f7f9eee6c1548c7b7b022
Author: jenkins <[email protected]>
AuthorDate: Fri Mar 27 01:33:38 2026 +0000

    2026/03/27 01:33:38: Generated dev website from groovy-website@37058a1
---
 blog/groovy-async-await.html | 6 ++++--
 search/search-index.json     | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/blog/groovy-async-await.html b/blog/groovy-async-await.html
index 598b4e6..76cfb52 100644
--- a/blog/groovy-async-await.html
+++ b/blog/groovy-async-await.html
@@ -267,8 +267,10 @@ common pattern. Here&#8217;s how it looks with 
<code>Awaitable.all</code>:</p>
 </div>
 </div>
 <div class="paragraph">
-<p>All three I/O calls run concurrently. The <code>all</code> combinator waits
-for every result, failing fast if any task throws.</p>
+<p>All three I/O calls run concurrently. The <code>all</code> combinator waits 
until
+all results are available. If one or more threads fail, all threads complete
+normally, and the first exception that occurred is thrown unwrapped.
+(See <code>AsyncScope</code> later in Example 6 if fail-fast semantics is 
appropriate.)</p>
 </div>
 <div class="sect2">
 <h3 id="_how_this_compares_to_javas_structuredtaskscope">How this compares to 
Java&#8217;s <code>StructuredTaskScope</code></h3>
diff --git a/search/search-index.json b/search/search-index.json
index 17b2ed7..e708d32 100644
--- a/search/search-index.json
+++ b/search/search-index.json
@@ -254,7 +254,7 @@
     {
         "id": "blog/groovy-async-await.html",
         "title": "The Apache Groovy programming language - Blogs - Async/await 
for Groovy",
-        "content": "The Apache Groovy programming language - Blogs - 
Async/await for Groovy Socialize Discuss on the mailing list Groovy on X Groovy 
on Bluesky Groovy on Mastodon Groovy on LinkedIn Events and conferences Source 
code on GitHub Report issues in Jira Stack Overflow questions Slack Community 
You are using an outdated browser. Please upgrade your browser to improve your 
experience. Apache Groovy&trade; Learn Documentation Download Support 
Contribute Ecosystem Blog posts Socia [...]
+        "content": "The Apache Groovy programming language - Blogs - 
Async/await for Groovy Socialize Discuss on the mailing list Groovy on X Groovy 
on Bluesky Groovy on Mastodon Groovy on LinkedIn Events and conferences Source 
code on GitHub Report issues in Jira Stack Overflow questions Slack Community 
You are using an outdated browser. Please upgrade your browser to improve your 
experience. Apache Groovy&trade; Learn Documentation Download Support 
Contribute Ecosystem Blog posts Socia [...]
         "url": "blog/groovy-async-await.html",
         "site": "dev"
     },

Reply via email to