File tree Expand file tree Collapse file tree
subprojects/groovy-binary/src/spec/doc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ loop works identically.
264264
265265The JDK's `Flow.Publisher` is supported out of the box — no adapter module
266266needed. This means streams exposed by built-in sources such as
267- `Agent.changes()` (see xref: actors-agent[] ) and `BroadcastChannel.asPublisher()`
267+ `Agent.changes()` (see <<{core-concurrent- actors}#actors -agent,Agent>> ) and `BroadcastChannel.asPublisher()`
268268(see xref:async-broadcast-channel[]), or any third-party publisher using the JDK
269269interfaces, compose directly with `for await` and `await`:
270270
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ include::../../../../../src/spec/doc/core-introduction.adoc[]
4343
4444== Groovy Language Specification
4545
46+ :core-concurrent-actors:
4647:core-domain-specific-languages:
4748:core-metaprogramming:
4849:core-object-orientation:
You can’t perform that action at this time.
0 commit comments