Skip to content

Commit cc21dd1

Browse files
committed
Expand HALO acronym and link to Frame Allocators page
1 parent 3f88a02 commit cc21dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/4.coroutines/4a.tasks.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Key characteristics:
1717
* *Symmetric transfer* — Efficient resumption without stack accumulation
1818
* *Executor inheritance* — Inherits the caller's executor unless explicitly bound
1919
* *Stop token propagation* — Forward-propagates cancellation signals
20-
* *HALO support* — Enables heap allocation elision when possible
20+
* *xref:4.coroutines/4g.allocators.adoc#_halo_optimization[HALO] support* — Enables Heap Allocation eLision Optimization when possible
2121

2222
== Declaring task Coroutines
2323

0 commit comments

Comments
 (0)