This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 426ed83 polish wording
426ed83 is described below
commit 426ed839abc383c5f8160245fc2bce5a2bff941d
Author: Paul King <[email protected]>
AuthorDate: Tue Apr 7 18:14:02 2026 +1000
polish wording
---
site/src/site/blog/groovy-async-await.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site/src/site/blog/groovy-async-await.adoc
b/site/src/site/blog/groovy-async-await.adoc
index ffb40bc..aaabf9e 100644
--- a/site/src/site/blog/groovy-async-await.adoc
+++ b/site/src/site/blog/groovy-async-await.adoc
@@ -1,7 +1,7 @@
= Async/await for Groovy™
Paul King <paulk-asert|PMC_Member>
:revdate: 2026-03-27T16:30:00+00:00
-:updated: 2026-04-06T23:30:00+00:00
+:updated: 2026-04-06T23:35:00+00:00
:keywords: async, await, concurrency, virtual-threads
:description: Groovy's async/await: write concurrent code that reads like
synchronous code, with virtual thread support, generators, channels, &
structured concurrency.