We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c39abe4 commit a9c2671Copy full SHA for a9c2671
design/mvp/Async.md
@@ -57,7 +57,7 @@ over and can literally be implemented in terms of:
57
* `async` functions in languages like C#, JS, Python, Rust and Swift
58
* stackful coroutines in languages like Kotlin, Perl, PHP and (recently) C++
59
* green threads as-if running on a single OS thread in languages like Go and
60
- (recently) Java
+ (initially and recently again) Java
61
62
The Component Model supports this wide variety of language features by
63
specifying a common low-level "async" ABI which the different languages'
0 commit comments