Skip to content

Commit c866bb4

Browse files
authored
Expand on prior arts in different languages (#116)
1 parent 786ee38 commit c866bb4

File tree

3 files changed

+567
-102
lines changed

3 files changed

+567
-102
lines changed

CONTINUATION.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In this model, any modifications are async task local scoped. A subtask
3939
snapshots the context when they are scheduled and never propagates the
4040
modification back to its parent async task scope.
4141

42-
> Checkout this example in other languages [gist](https://gist.github.com/jridgewell/ca75e91f78c6fa429af10271451a437d?permalink_comment_id=5077079).
42+
> Checkout [AsyncContext in other languages](./PRIOR-ARTS.md#asynccontext-in-other-languages)!
4343
4444
Another semantic was proposed to improve traceability on determine the
4545
continuation "previous" task in a logical asynchronous execution. In this
@@ -470,5 +470,9 @@ regardless of whether the promise was fulfilled or not:
470470
## Follow-up
471471

472472
It has been generally agreed that the two type of context variables have their
473-
own unique use cases and may co-exist. With this AsyncContext proposal advancing,
474-
`ContinuationFlow` could be reified in a follow-up proposal.
473+
own unique use cases and may co-exist.
474+
475+
Given that the flow of `AsyncContext.Variable` is widely available in [other languages](./PRIOR-ARTS.md#asynccontext-in-other-languages),
476+
this proposal will focus on this single type of context variable. With this
477+
proposal advancing, `ContinuationFlow` could be reified in a follow-up
478+
proposal.

0 commit comments

Comments
 (0)