From 7ae9e557d1419383c6f5aba4c20df69fc646b8d9 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 13 May 2022 14:07:12 +0200 Subject: [PATCH] It's a facet, not an actor --- src/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glossary.md b/src/glossary.md index fa3c091..c53d3d4 100644 --- a/src/glossary.md +++ b/src/glossary.md @@ -500,7 +500,7 @@ with zero or more native threads, coroutines, objects, or other language-specifi representations of asynchronous activities. When such a facet stops (either by explicit [stop action][action] or by crash-termination of the facet's actor), its linked tasks are also terminated. By default, the converse is also the case: a terminating linked task will trigger -termination of its associated actor. This allows for resource management patterns similar to +termination of its associated facet. This allows for resource management patterns similar to those enabled by the related idea of [linked actors][]. ## Macaroon