We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f88a02 commit cc21dd1Copy full SHA for cc21dd1
doc/modules/ROOT/pages/4.coroutines/4a.tasks.adoc
@@ -17,7 +17,7 @@ Key characteristics:
17
* *Symmetric transfer* — Efficient resumption without stack accumulation
18
* *Executor inheritance* — Inherits the caller's executor unless explicitly bound
19
* *Stop token propagation* — Forward-propagates cancellation signals
20
-* *HALO support* — Enables heap allocation elision when possible
+* *xref:4.coroutines/4g.allocators.adoc#_halo_optimization[HALO] support* — Enables Heap Allocation eLision Optimization when possible
21
22
== Declaring task Coroutines
23
0 commit comments