Skip to content

Commit a9c2671

Browse files
committed
Tweak the Java note for more historical accuracy
1 parent c39abe4 commit a9c2671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

design/mvp/Async.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ over and can literally be implemented in terms of:
5757
* `async` functions in languages like C#, JS, Python, Rust and Swift
5858
* stackful coroutines in languages like Kotlin, Perl, PHP and (recently) C++
5959
* green threads as-if running on a single OS thread in languages like Go and
60-
(recently) Java
60+
(initially and recently again) Java
6161

6262
The Component Model supports this wide variety of language features by
6363
specifying a common low-level "async" ABI which the different languages'

0 commit comments

Comments
 (0)